Example command for generating private keys from a random mnemonic #1

Open
opened 2024-11-11 10:07:15 +01:00 by kamikazechaser · 1 comment
  1. Generate the mnemonic and store is somewhere
cast wallet new-mnemonic
# save:

visa fury orphan accident sing combine all output priority grape mouse state
  1. Keep track of the index and generate private keys using the same mnemonic
cast wallet pk -v "enable unique oil ensure globe approve essence undo sun cause happy uniform" 2 | cut -c 16-
  1. read().split(\n)
1. Generate the mnemonic and store is somewhere ```bash cast wallet new-mnemonic # save: visa fury orphan accident sing combine all output priority grape mouse state ``` 2. Keep track of the index and generate private keys using the same mnemonic ```bash cast wallet pk -v "enable unique oil ensure globe approve essence undo sun cause happy uniform" 2 | cut -c 16- ``` 3. read().split(\n)
carlos was assigned by kamikazechaser 2024-11-11 10:07:15 +01:00
Author
Owner

On the custodial system: curl + jq or write a pure python handler

On the custodial system: curl + jq or write a pure python handler
Sign in to join this conversation.
No description provided.