Last updated 5 months ago
Create New Text Proposal
Proposals List
View proposal by proposal no
Vote yes
Vote no
Vote abstain
Vote No With Veto
emped tx gov submit-proposal \ --title "" \ --description "" \ --deposit 1000000uempe \ --type Text \ --from $WALLET \ --fees 3000uempe --gas auto \ -y
emped query gov proposals
emped query gov proposal 1
emped tx gov vote 1 yes --from $WALLET --chain-id empe-testnet-2 --fees 3000uempe --gas auto
emped tx gov vote 1 no --from $WALLET --chain-id empe-testnet-2 --fees 3000uempe --gas auto
emped tx gov vote 1 abstain --from $WALLET --chain-id empe-testnet-2 --fees 3000uempe --gas auto
emped tx gov vote 1 no_with_veto --from $WALLET --chain-id empe-testnet-2 --fees 3000uempe --gas auto