Raise Proposal
Raise a proposal with LikeCoin chain daemon.
JohnDoe@MacBook-Pro likecoin-chain_4.2.0_Darwin_arm64 % ls CHANGELOG.md LICENSE README.md bin./bin/liked keys add proposer./bin/liked keys add proposer --recovermkdir proposalscat << EOF > proposals/text-proposal.json { "title": "Testing", "description": "testing", "type": "Text", "deposit": "1nanoekil" } EOF{ "title": "[Rectify Proposal 25]XXXX", "description": "This is a Test!\nTo rectify Proposal 25\nFull Text:\n...", "type": "Text", "deposit": "1000000000nanoekil" }./bin/liked tx gov submit-legacy-proposal \ --proposal=proposals/text-proposal.json \ --from proposer \ --node https://mainnet-node.like.co:443/rpc/ \ --chain-id likecoin-mainnet-2 \ --gas-prices 10000nanolike \ --gas 2000000./bin/liked tx gov submit-legacy-proposal \ --proposal=proposals/text-proposal.json \ --from proposer \ --node https://node.testnet.like.co:443/rpc/ \ --chain-id likecoin-public-testnet-5 \ --gas-prices 10000nanoekil \ --gas 2000000
Last updated