0.0.3 • Published 4 years ago

coin-wallets v0.0.3

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
4 years ago

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