add hd wallet explainer

This commit is contained in:
Thomas Bush 2024-02-28 23:47:34 +01:00
parent d545e584b6
commit 6f495abb2e

View File

@ -1,5 +1,8 @@
/**
* Explain HD Wallets..
* HD wallets are a common wallet pattern introduced in [[link-bip-32]]
* whereby many private keys are generated from a single seed, often represented as a mnemonic phrase.
*
* [[HDNodeWallet]] is the primary class in this category, with the ability to derive child private keys.
*
* @_subsection: api/wallet:HD Wallets [hd-wallets]
*/