https://github.com/soulmachine/coin-wallets
One library to manage all cryptocurrencies.
https://github.com/soulmachine/coin-wallets
bch bitcoin blockchain bsv btc cryptocurrency eos eth wallet
Last synced: 7 months ago
JSON representation
One library to manage all cryptocurrencies.
- Host: GitHub
- URL: https://github.com/soulmachine/coin-wallets
- Owner: soulmachine
- License: apache-2.0
- Created: 2020-03-01T06:21:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T11:22:30.000Z (over 5 years ago)
- Last Synced: 2024-04-26T17:09:02.673Z (about 1 year ago)
- Topics: bch, bitcoin, blockchain, bsv, btc, cryptocurrency, eos, eth, wallet
- Language: TypeScript
- Homepage:
- Size: 108 KB
- Stars: 12
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coin-wallets
One library to manage all cryptocurrencies.
## How to use
```javascript
/* 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
```bash
npx coin-wallets balance
```## Supported Coins and Tokens
- BTC
- BCH
- BSV
- BTC
- EOS
- ETC
- ETH