Open podvodnik opened 3 years ago
const ergo = require('@ergoplatform/ergo-js');
ergo.sendTransaction(...)
This does not work. first, there is no proper main defined. Please try to install it.
use ergo-ts, it's newer than this repo.
Can't seem to find ergo-ts, would it be possible to send a link?
EDIT: nvm found it ( https://github.com/coinbarn/ergo-ts )
const ergo = require('@ergoplatform/ergo-js');
ergo.sendTransaction(...)
This does not work. first, there is no proper main defined. Please try to install it.