ergoplatform / ergo-js

JS library for Ergo integration
MIT License
17 stars 3 forks source link

not a proper configuration in package.json #38

Open podvodnik opened 3 years ago

podvodnik commented 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.

deadit commented 3 years ago

use ergo-ts, it's newer than this repo.

JKleinne commented 3 years ago

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 )