Create README.md

This commit is contained in:
Adam Babik 2019-11-04 09:10:40 +01:00 committed by GitHub
parent 14363a42a6
commit d582756ee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
README.md Normal file
View File

@ -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