coin-wallets
v0.0.3
Published
One library to manage all cryptocurrencies.
Maintainers
Readme
coin-wallets
One library to manage all cryptocurrencies.
How to use
/* 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'));Quick Start
npx coin-wallets balance