One library to manage all cryptocurrencies.
/* eslint-disable import/no-unresolved,no-console */
const { init, send } = require('coin-wallets');
init({
eosAccount: 'Your EOS account',
eosPrivateKey: 'Your EOS private key',
DFUSE_API_KEY: 'Yur DFuse.io API key',
});
console.info(await send({ symbol: 'EOS', address: 'EOS account', memo: 'EOS memo' }, '0.0001'));
npx coin-wallets balance
- BTC
- BCH
- BSV
- BTC
- EOS
- ETC
- ETH