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