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

Governance

Governance

Create New Text Proposal

pchaind tx gov submit-proposal \
--title "Governance" \
--description "DETAIL" \
--deposit 1000000upc \
--type Text \
--from wallet \
--chain-id push_42101-1 \
--gas auto --gas-adjustment 1.5 --gas-prices 0.25upc \
--home $HOME/.pushchain \
-y

Proposals List

pchaind query gov proposals --home $HOME/.pushchain

View Proposal

pchaind query gov proposal 1 --home $HOME/.pushchain

Vote Yes

Vote No

Vote No With Veto

Vote Abstain