mirror of https://github.com/status-im/extkeys.git
Create README.md
This commit is contained in:
parent
14363a42a6
commit
d582756ee8
|
@ -0,0 +1,17 @@
|
|||
# extkeys
|
||||
|
||||
Implementation of the following BIPs:
|
||||
- BIP32 (https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki)
|
||||
- BIP39 (https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki)
|
||||
- BIP44 (https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki)
|
||||
|
||||
|
||||
## Referencing
|
||||
- https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki
|
||||
- https://bitcoin.org/en/developer-guide#hardened-keys
|
||||
|
||||
## Reference Implementations
|
||||
- https://github.com/btcsuite/btcutil/tree/master/hdkeychain
|
||||
- https://github.com/WeMeetAgain/go-hdwallet
|
||||
- https://github.com/ConsenSys/eth-lightwallet/blob/master/lib/keystore.js
|
||||
- https://github.com/bitpay/bitcore-lib/tree/master/lib
|
Loading…
Reference in New Issue