How to vote on a governance proposal in Evmos Testnet

AlexM
Dec 2, 2021

First you need to decide which governance proposal you want to vote for. To do this, you need to open any explorer(example) and choose what and how you want to vote for

After that, you need to enter the following command into the console, replacing <proposal_number>(its number of proposal), <yes/no>(The way you want to vote), <your_wallet_name>(name of your wallet). Don’t forget to remove <>, they shouldn’t be in the command

evmosd tx gov vote <proposal_number> <yes/no> --from <your_wallet_name> --fees 5000aphoton

Example of a ready command:

evmosd tx gov vote 33 yes --from AlexMWallet --fees 5000aphoton

That’s it, you took part in governance proposal!

--

--