# crypto-rpc

> rpc wrapper for multiple rpcs

Latest version **1.1.0** (published 2020-03-10) · ISC license · 0 weekly downloads

## Install

```sh
npm install crypto-rpc
pnpm add crypto-rpc
yarn add crypto-rpc
bun add crypto-rpc
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2020-03-10 |
| First published | 2019-05-10 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 107.8 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Micah Riggan |
| Maintainers | micahriggan |

## Links

- npm: https://www.npmjs.com/package/crypto-rpc
- npm.io page: https://npm.io/package/crypto-rpc

## Dependencies (9)

- [web3](https://npm.io/package/web3.md) 1.2.4
- [promptly](https://npm.io/package/promptly.md) 0.2.0
- [commander](https://npm.io/package/commander.md) 2.8.1
- [ripple-lib](https://npm.io/package/ripple-lib.md) 1.6.3
- [abi-decoder](https://npm.io/package/abi-decoder.md) 1.2.0
- [bitcoind-rpc](https://npm.io/package/bitcoind-rpc.md) 0.8.1
- [ethereumjs-tx](https://npm.io/package/ethereumjs-tx.md) 1.3.7
- [ripple-hashes](https://npm.io/package/ripple-hashes.md) 0.3.4
- [ripple-binary-codec](https://npm.io/package/ripple-binary-codec.md) 0.2.4

## Recent versions

- 1.1.0 (latest) — 2020-03-10
- 11.5.2 (beta) — 2026-02-05
- 11.5.1 — 2026-01-28
- 11.5.0 — 2026-01-23
- 11.4.5 — 2025-12-04
- 1.0.0 — 2019-05-10

## README

# Commands

```
// get balance of all accounts
./bin/balance --node ETHNode --currency ETH

// get balance of USDC for specific account
./bin/balance --node ETHNode --currency USDC --address 0xac2c37f15B77Ac5aC56fb8643cb02cb18F82C246
./bin/send --node ETHNode --currency USDC --amount 1111111 --address 0xac2c37f15B77Ac5aC56fb8643cb02cb18F82C246

// Get balance of bitcoin wallet
./bin/balance --node BTCNode --currency BTC
```

---
_Source: https://npm.io/package/crypto-rpc · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
