mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-04 11:08:05 +01:00
adds bitcore to JS implementations.
This commit is contained in:
parent
b891bdf5e8
commit
b42722b917
1 changed files with 2 additions and 1 deletions
|
@ -269,7 +269,8 @@ 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:
|
||||
Brainwallet (https://github.com/sarchar/brainwallet.github.com/tree/bip32) and Bitcore (https://github.com/bitpay/bitcore/blob/master/lib/hdprivatekey.js, API Manual at http://bitcore.io/guide/hierarchical.html)
|
||||
|
||||
A PHP implemetation is available at https://github.com/Bit-Wasp/bitcoin-lib-php
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue