From 177f4c8f67114120c6a5e77da584afbb235fda6b Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Fri, 21 Oct 2016 15:22:28 +1100 Subject: [PATCH] README: add coinselect and minimaldata --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cc18f1f..d20baac 100644 --- a/README.md +++ b/README.md @@ -163,8 +163,10 @@ Please make your best effort to adhere to these when contributing to save on tri - [Base58](https://github.com/cryptocoinjs/bs58) - Base58 encoding/decoding - [Base58 Check](https://github.com/bitcoinjs/bs58check) - Base58 check encoding/decoding - [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. - [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. +- [minimaldata](https://github.com/bitcoinjs/minimaldata) - A module to check bitcoin policy: SCRIPT_VERIFY_MINIMALDATA ## Alternatives