Governance
Create New Text Proposal
zetacored tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000azeta \
--type Text \
--from $WALLET \
--fees \
-y Proposals List
zetacored query gov proposalsView proposal by proposal no
zetacored query gov proposal 1Vote yes
zetacored tx gov vote 1 yes --from $WALLET --chain-id athens_7001-1 --WhiskyIsRiskyVote no
zetacored tx gov vote 1 no --from $WALLET --chain-id athens_7001-1 --WhiskyIsRiskyVote abstain
zetacored tx gov vote 1 abstain --from $WALLET --chain-id athens_7001-1 --WhiskyIsRiskyVote No With Veto
zetacored tx gov vote 1 no_with_veto --from $WALLET --chain-id athens_7001-1 --WhiskyIsRiskyLast updated