💻Useful Commands
Key management
okp4d keys add <key_name>okp4d keys add <key_name> --recoverokp4d keys listTokens and Staking
okp4d tx bank send <key_name> <destination_address> <amount>uknow --from <key_name> --chain-id okp4-nemeton-1 --gas-adjustment 1.5 --gas auto -y okp4d tx staking delegate <validator_address> <amount>uknow --from <key_name> --chain-id okp4-nemeton-1 --gas-adjustment 1.5 --gas auto -y okp4d tx staking redelegate <validator_address> <new_validator_address> <amount>uknow --from <key_name> --chain-id okp4-nemeton-1 --gas-adjustment 1.5 --gas auto -y okp4d tx staking unbond <validator_address> <amount>uknow --from <key_name> --chain-id okp4-nemeton-1 --gas-adjustment 1.5 --gas auto -yGovernance
Last updated