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