πΉοΈCommand
Wallet:
Add New Wallet:
sunrised keys add walletRestore executing wallet:
sunrised keys add wallet --recoverList All Wallets:
sunrised keys listDelete wallet:
sunrised keys delete walletCheck Balance:
sunrised q bank balances $(sunrised keys show wallet -a)Validator:
Create Validator:
cd $HOME
# Create validator.json file
echo "{\"pubkey\":{\"@type\":\"/cosmos.crypto.ed25519.PubKey\",\"key\":\"$(sunrised comet show-validator | grep -Po '\"key\":\s*\"\K[^"]*')\"},
\"amount\": \"9000000000000uvrise\",
\"moniker\": \"test\",
\"identity\": \"\",
\"website\": \"\",
\"security\": \"\",
\"details\": \"CoinHunters Community β€οΈ\",
\"commission-rate\": \"0.1\",
\"commission-max-rate\": \"0.2\",
\"commission-max-change-rate\": \"0.01\",
\"min-self-delegation\": \"1\"
}" > validator.json
# Create a validator using the JSON configuration
sunrised tx staking create-validator validator.json \
--from wallet \
--chain-id sunrise-1 \
--gas auto --gas-adjustment 1.5 --fees 0.0uvrise \
-yπ² Token management
π³ Governance
β‘οΈ Utility
π¨ Maintenance
βοΈ Service Management
Last updated