Cheat Sheet
Ready-to-run commands for Oraichain, grouped by task.
Both apply to every command below - no need to retype per card.
Add New Wallet
bash
oraid keys add walletRecover Wallet
bash
oraid keys add wallet --recoverList All Keys
bash
oraid keys listDelete Key
bash
oraid keys delete walletExport Key
bash
oraid keys export walletImport Key
Backup file defaults to <wallet-name>.backup (what `keys export` produces) - only override if yours is named differently.
bash
oraid keys import wallet wallet.backupCheck Balance
bash
oraid q bank balances $(oraid keys show wallet -a)