README: move BCoin to Alternative
This commit is contained in:
parent
8ab8402cbf
commit
8641703f20
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,6 @@ npm run-script coverage
|
||||||
- [Base58](https://github.com/cryptocoinjs/bs58) - Base58 encoding/decoding
|
- [Base58](https://github.com/cryptocoinjs/bs58) - Base58 encoding/decoding
|
||||||
- [Base58 Check](https://github.com/bitcoinjs/bs58check) - Base58 check encoding/decoding
|
- [Base58 Check](https://github.com/bitcoinjs/bs58check) - Base58 check encoding/decoding
|
||||||
- [Bech32](https://github.com/bitcoinjs/bech32) - A BIP173 compliant Bech32 encoding library
|
- [Bech32](https://github.com/bitcoinjs/bech32) - A BIP173 compliant Bech32 encoding library
|
||||||
- [BCoin](https://github.com/indutny/bcoin) - BIP37 / Bloom Filters / SPV client
|
|
||||||
- [coinselect](https://github.com/bitcoinjs/coinselect) - A fee-optimizing, transaction input selection module for bitcoinjs-lib.
|
- [coinselect](https://github.com/bitcoinjs/coinselect) - A fee-optimizing, transaction input selection module for bitcoinjs-lib.
|
||||||
- [insight](https://github.com/bitpay/insight) - A bitcoin blockchain API for web wallets.
|
- [insight](https://github.com/bitpay/insight) - A bitcoin blockchain API for web wallets.
|
||||||
- [merkle-lib](https://github.com/bitcoinjs/merkle-lib) - A performance conscious library for merkle root and tree calculations.
|
- [merkle-lib](https://github.com/bitcoinjs/merkle-lib) - A performance conscious library for merkle root and tree calculations.
|
||||||
|
@ -172,6 +171,7 @@ npm run-script coverage
|
||||||
|
|
||||||
|
|
||||||
## Alternatives
|
## Alternatives
|
||||||
|
- [BCoin](https://github.com/indutny/bcoin)
|
||||||
- [Bitcore](https://github.com/bitpay/bitcore)
|
- [Bitcore](https://github.com/bitpay/bitcore)
|
||||||
- [Cryptocoin](https://github.com/cryptocoinjs/cryptocoin)
|
- [Cryptocoin](https://github.com/cryptocoinjs/cryptocoin)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue