Governance
Create New Text Proposal
nibid tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000nivea \
--type Text \
--from $WALLET \
--fees 5000unibi \
-y
Proposals List
nibid query gov proposals
View proposal by proposal no
nibid query gov proposal 1
Vote yes
nibid tx gov vote 1 yes --from $WALLET --chain-id cataclysm-1 --fees 5000unibi
Vote no
nibid tx gov vote 1 no --from $WALLET --chain-id cataclysm-1 --fees 5000unibi
Vote abstain
nibid tx gov vote 1 abstain --from $WALLET --chain-id cataclysm-1 --fees 5000unibi
Vote No With Veto
nibid tx gov vote 1 no_with_veto --from $WALLET --chain-id cataclysm-1 --fees 5000unibi
Last updated