On-Chain Submission
Using marsd
in the CLI.
Base Level Proposal
marsd tx gov submit-proposal
--description="Insert Description"
All above flags are mandatory for all proposals.
Param Change Proposal
marsd tx gov submit-proposal param-change <path/to/proposal.json> --from=<account>
where proposal.json
contains:
"title": "Staking Param Change",
"description": "Update max validators",
Create Incentives Schedule
marsd tx gov submit-proposal create-incentives-schedule [start-time] [end-time] [amount]
where [start-time] [end-time] [amount]
are formatted as:
"start_time": "2022-12-20T15:10:00.000000Z",
"end_time": "2022-12-20T15:30:00.000000Z",
"amount": "1000000000000"
Wasm Binary Proposal
marsd tx gov submit-proposal wasm-store [wasm file]
--description="Description"
where [wasm file]
is your wasm binary proposal.
marsd tx gov submit-proposal community-pool-spend <path/to/proposal.json> --from=<key_or_address>
where proposal.json
contains:
"title": "Community Pool Spend",
"description": "Pay me some Atoms!",
"recipient": "mars1s5afhd6gxevu37mkqcvvsj8qeylhn0rz46zdlq",