Hierarchical deterministic wallets (BIP32) are the standard way to handle wallets in eCash.
This allows users to take a seed derived from a mnemonic and derive the private key of a given path.
Depends on D17612.
Differential D17614
[ecash-lib] Add `HdNode` for HD wallets tobias_ruck on Thu, Jan 30, 16:00. Authored by Tags None Subscribers None
Details
Hierarchical deterministic wallets (BIP32) are the standard way to handle wallets in eCash. This allows users to take a seed derived from a mnemonic and derive the private key of a given path. Depends on D17612. npm test
Diff Detail
Event TimelineComment Actions Similar question as with D17612 There's a good deal of empirical history with https://github.com/bitcoinjs/bip32/ Could you give a few sentences about the approach used here and how it differs from the legacy lib?
Comment Actions This one is more of a 1-to-1 translation of bip32, compared to bip39 which I did a lot of improvements for. The main differences are:
|