Web 3.0 Energy Marketplace. Chain4Energy is a revolutionary Web 3.0 Energy Marketplace for the global energy economy. We remove obstacles and incentives deployment of RES and accelerate the transition towards the NET ZERO goal
Chain ID: perun-1
Website: c4e.io
Check the Status of Validator :
source $HOME/.bash_profile
c4ed status 2>&1 | jq .SyncInfo
For Checking Logs :
journalctl -u c4ed -f -o cat
Delegate Token to your own validator
c4ed tx staking delegate $(c4ed keys show wallet --bech val -a) 1000000uc4e --from wallet --chain-id perun-1 --gas-adjustment="1.4" --gas auto --fees 250uc4e -y
Delegate Token to other validator
c4ed tx staking redelegate $(c4ed keys show wallet --bech val -a) <TO_VALOPER_ADDRESS> 1000000uc4e --from wallet --chain-id perun-1 --gas-adjustment="1.4" --gas auto --fees 250uc4e -y
Governance
Vote You can change the value of yes
to no
,abstain
,nowithveto
c4ed tx gov vote 1 yes --from wallet --chain-id perun-1 --gas-adjustment="1.4" --gas auto --fees 250uc4e -y