Browse Source

Add BIP0032 Go implementation.

2015_12_bip1
Dave Collins 10 years ago
parent
commit
25a55ed60f
  1. 4
      bip-0032.mediawiki

4
bip-0032.mediawiki

@ -265,7 +265,9 @@ An Objective-C implementation is available at https://github.com/oleganza/CoreBi
A Ruby implementation is available at https://github.com/wink/money-tree
A Go implementation is available at https://github.com/WeMeetAgain/go-hdwallet
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).
A JavaScript implementation is available at https://github.com/sarchar/brainwallet.github.com/tree/bip32

Loading…
Cancel
Save