From 8118823cb31d32375ef68bd4cd4a18f96fa42629 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Fri, 21 Oct 2016 15:21:02 +1100 Subject: [PATCH] README: add merkle-lib --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88ecdbc..cc18f1f 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ Please make your best effort to adhere to these when contributing to save on tri - [Base58 Check](https://github.com/bitcoinjs/bs58check) - Base58 check encoding/decoding - [BCoin](https://github.com/indutny/bcoin) - BIP37 / Bloom Filters / SPV client - [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. ## Alternatives