mantrachaind tx gov submit-proposal command.
This is best done by a person with command-line access to a fully synchronised MANTRA Chain node running the mantrachaind service.
<proposal type> is left blank, the type will be a Text proposal. Otherwise, it can be set to param-change or community-pool-spend. Use --help to get more info from the tool.
mantrachaindis the command-line interface client that is used to send transactions and query the MANTRA Chain.tx gov submit-proposal community-pool-spendindicates that the transaction is submitting a community pool spend proposal.--~/community_spend_proposal.jsonindicates the file containing the proposal details.--from validator-01-walletis the account key that pays the transaction fee and deposit amount. This account key must be already saved in the keyring on your device and it must be an address you control.--gas 500000is the maximum amount of gas permitted to be used to process the transaction.- The more content there is in the description of your proposal, the more gas your transaction will consume
- If this number isn’t high enough and there isn’t enough gas to process your transaction, the transaction will fail.
- The transaction will only use the amount of gas needed to process the transaction.
--gas-pricessets the gas price for the transaction. MANTRA Chain uses the feemarket module, which enforces a minimum gas price of40000000000amantra(0.00000004 MANTRA). Transactions below this minimum will be rejected by the network.--chain-id mantra-dukong-1is MANTRA Hongbai Chain (Testnet).--node https://rpc.dukong.mantrachain.io:443is using an established node to send the transaction to the MANTRA Chain network.
--gas-prices. A mistake here could result in spending more MANTRA than intended, which cannot be recovered.