coin-wallets
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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

Package Sidebar

Install

npm i coin-wallets

Weekly Downloads

1

Version

0.0.3

License

Apache-2.0

Unpacked Size

33.9 kB

Total Files

27

Last publish

Collaborators

  • soulmachine