Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion bip-0032.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down