Lave Wallet Setup
Last updated
Warning!
Make sure your node is fully synced before proceeding.
Ensure you understand the implications of storing your private key in your chosen keyring.
Substitute $ACCOUNT_NAME with your desired account name:
current_lavad_binary="$HOME/.lava/cosmovisor/current/bin/lavad"
ACCOUNT_NAME="name_here"
$current_lavad_binary keys add $ACCOUNT_NAMESecurely store your mnemonic in a safe location, as it cannot be retrieved once lost.
Verify and locate your account in the keys list:
$current_lavad_binary keys show $ACCOUNT_NAME
$current_lavad_binary keys listPencils out 📝 Your public address begins with lava@.
Recover an existing account using your mnemonic:
lavad keys add $NEW_NAME --recoverAfter entering your seed phrase:
Last updated
$current_lavad_binary keys show $ACCOUNT_NAME