liked
by docker-compose run --rm liked-command
to run the commands below.--node tcp://liked-service:26657 --chain-id likecoin-mainnet-2
after the command.docker-compose run --rm create-validator [...other-params]
and docker-compose run --rm vote [proposal-id] [yes|no|veto|abstain]
.auth
module defines basic account logic like sequences.bank
module mainly defines transfer of coins.1000000000nanolike
(1 LIKE in this example)staking
, mint
, distribution
, slashing
.--help
for available options.--help
for available options.--commission
flag to also withdraw validator's commission.