πCommand
// Add New Wallet
selfchain keys add wallet
// Restore executing wallet
selfchain keys add wallet --recover
//List All Wallets
selfchain keys list
//Delete wallet
selfchain keys delete wallet
//Check Balance
selfchain q bank balances $(selfchain keys show wallet -a)
//Export Key (save to wallet.backup)
selfchain keys export sedad
//Import Key (restore from wallet.backup)
selfchain keys import selfchain wallet.backupLast updated