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