For the complete documentation index, see llms.txt. This page is also available as Markdown.

Governance

Create New Text Proposal

jaynd  tx gov submit-proposal \
--title "Governance" \
--description "DETAIL" \
--deposit 1000000arai \
--type Text \
--from wallet \
--chain-id thejaynetwork \
--gas auto --gas-adjustment 1.5  --gas-prices 0.025ujay \
-y 

Proposals List

jaynd query gov proposals

View proposal

jaynd query gov proposal 1

Vote Yes

jaynd tx gov vote 1 yes --from wallet --chain-id thejaynetwork  --gas auto --gas-adjustment 1.5  --gas-prices 0.025ujay -y

Vote No

jaynd tx gov vote 1 no --from wallet --chain-id thejaynetwork  --gas auto --gas-adjustment 1.5  --gas-prices 0.025ujay -y

Vote No With Veto

Vote Abstain

Last updated