governance

Tool for on-chain governance

This tool allows voters that have stake to vote the ability to propose changes to the chain, as well as vote and execute these proposals.

Usage

movement aptos governance

Commands

  • propose Submit a governance proposal

  • vote Submit a vote on a proposal

  • show-proposal View a known on-chain governance proposal

  • list-proposals List the last 100 visible onchain proposals

  • verify-proposal Verify a proposal given the source code of the script

  • execute-proposal Execute a proposal that has passed voting requirements

  • generate-upgrade-proposal Generates a package upgrade proposal script

  • approve-execution-hash Submit a transaction to approve a proposal's script hash to bypass the transaction size limit. This is needed for upgrading large packages such as aptos-framework

  • help Print this message or the help of the given subcommand(s)

Options

-h, --help Print help (see a summary with '-h')

-V, --version Print version

Last updated