Skip to content

Commit 8641703

Browse files
committed
README: move BCoin to Alternative
1 parent 8ab8402 commit 8641703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,14 @@ npm run-script coverage
164164
- [Base58](https://github.com/cryptocoinjs/bs58) - Base58 encoding/decoding
165165
- [Base58 Check](https://github.com/bitcoinjs/bs58check) - Base58 check encoding/decoding
166166
- [Bech32](https://github.com/bitcoinjs/bech32) - A BIP173 compliant Bech32 encoding library
167-
- [BCoin](https://github.com/indutny/bcoin) - BIP37 / Bloom Filters / SPV client
168167
- [coinselect](https://github.com/bitcoinjs/coinselect) - A fee-optimizing, transaction input selection module for bitcoinjs-lib.
169168
- [insight](https://github.com/bitpay/insight) - A bitcoin blockchain API for web wallets.
170169
- [merkle-lib](https://github.com/bitcoinjs/merkle-lib) - A performance conscious library for merkle root and tree calculations.
171170
- [minimaldata](https://github.com/bitcoinjs/minimaldata) - A module to check bitcoin policy: SCRIPT_VERIFY_MINIMALDATA
172171

173172

174173
## Alternatives
174+
- [BCoin](https://github.com/indutny/bcoin)
175175
- [Bitcore](https://github.com/bitpay/bitcore)
176176
- [Cryptocoin](https://github.com/cryptocoinjs/cryptocoin)
177177

0 commit comments

Comments
 (0)