Governance
The gov module implements on-chain governance (text and executable proposals, deposits, voting).
Safrochain uses a wrapped gov implementation in code; the CLI remains gov as in upstream Cosmos SDK.
CLI root: safrochaind query gov and safrochaind tx gov
Query commands
proposal,proposals,deposit,deposits,vote,votes,tallyparams,constitution
Transaction commands
submit-proposal,submit-legacy-proposal,draft-proposal,cancel-proposaldeposit,vote,weighted-vote
Example
safrochaind query gov proposals --node "$RPC" --status voting_period -o json
See CLI: Governance.