An open API service indexing awesome lists of open source software.

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.

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