Implement Bip32 for seed-phrase/passphrase signing (#16942)
* Add Keypair helpers for bip32 derivation * Plumb bip32 for SignerSourceKind::Ask * Support full-path querystring * Use as_ref * Add public wrappers for from_uri cases * Support master root derivations (and fix too-deep print * Add ask:// HD documentation * Update ASK elsewhere in docs
This commit is contained in:
@@ -46,15 +46,15 @@ on your wallet type.
|
||||
#### Paper Wallet
|
||||
|
||||
In a paper wallet, the keypair is securely derived from the seed words and
|
||||
optional passphrase you entered when the wallet was create. To use a paper wallet
|
||||
keypair anywhere the `<KEYPAIR>` text is shown in examples or help documents,
|
||||
enter the word `ASK` and the program will prompt you to enter your seed words
|
||||
when you run the command.
|
||||
optional passphrase you entered when the wallet was create. To use a paper
|
||||
wallet keypair anywhere the `<KEYPAIR>` text is shown in examples or help
|
||||
documents, enter the uri scheme `ask://` and the program will prompt you to
|
||||
enter your seed words when you run the command.
|
||||
|
||||
To display the wallet address of a Paper Wallet:
|
||||
|
||||
```bash
|
||||
solana-keygen pubkey ASK
|
||||
solana-keygen pubkey ask://
|
||||
```
|
||||
|
||||
#### File System Wallet
|
||||
|
Reference in New Issue
Block a user