From 05ec9c1fa27b2aa42774e1074aedcc698715c60b Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Mon, 22 Feb 2016 15:19:10 +0800 Subject: [PATCH] BIP 32: add BitcoinJS implementation and blockchain.info usage --- bip-0032.mediawiki | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki index 8692c6d581..7e89d42b75 100644 --- a/bip-0032.mediawiki +++ b/bip-0032.mediawiki @@ -269,7 +269,10 @@ Two Go implementations exist: hdkeychain (https://github.com/conformal/btcutil/tree/master/hdkeychain) provides an API for bitcoin hierarchical deterministic extended keys (BIP0032). Go HD Wallet (https://github.com/WeMeetAgain/go-hdwallet). -Two JavaScript implementations exist: available at https://github.com/sarchar/brainwallet.github.com/tree/bip32 and https://github.com/bitpay/bitcore +JavaScript implementations: +* https://github.com/sarchar/brainwallet.github.com/tree/bip32 +* https://github.com/bitpay/bitcore +* [[https://github.com/bitcoinjs/bitcoinjs-lib/blob/v2.1.4/src/hdnode.js|BitcoinJS]] used by blockchain.info [[https://github.com/blockchain/My-Wallet-V3/blob/v3.8.0/src/hd-account.js#L224-L240|public beta]] A PHP implemetation is available at https://github.com/Bit-Wasp/bitcoin-lib-php