ScopeLift / kaspa-wallet

👝 A web wallet for the Kaspa blockchain network
4 stars 2 forks source link

BIP 32 HD Wallet Proof-of-Concept #2

Closed apbendi closed 4 years ago

apbendi commented 4 years ago

The wallet will be BIP32 compatible. It will generate a human readable seed phrase on startup, with ability to restore from said seed phrase in the future. Addresses will be deterministically generated from the seed randomness per BIP32.

We'll rely on a third party library to provide this BIP32 functionality. The task is to determine which one to use and demonstrate its basic functionality for our purposes.

Possible resources:

https://github.com/bitcoinjs/bitcoinjs-lib https://github.com/bitpay/bitcore/tree/master/packages/bitcore-lib

apbendi commented 4 years ago

Closed with #14