diff options
-rw-r--r-- | bip-0032.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki index 65ae6d7..99147be 100644 --- a/bip-0032.mediawiki +++ b/bip-0032.mediawiki @@ -269,7 +269,7 @@ 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 +Two JavaScript implementations exist: available at https://github.com/sarchar/brainwallet.github.com/tree/bip32 and https://github.com/bitpay/bitcore A PHP implemetation is available at https://github.com/Bit-Wasp/bitcoin-lib-php |