To list available command of the binary (base on version of binary)
sixd --help
In this tutorial we use many of flags. And the meaning of them are:
# Point the six-testnet rpc endpoint
--node https://rpc1.fivenet.sixprotocol.net:443
# Point the six-mainnet endpoint
--node https://sixnet-rpc.sixprotocol.net:443
# Specify who is signing message
--from <address>
# Specify where can we get the private key to sign // os means local os device
--keyring-backend=os
# Gas limit to set per-transaction
--gas auto
# Adjustment factor to be multiplied against the estimate returned by the tx simulation
--gas-adjustment
# Gas prices in decimal format to determine the transaction fee
--gas-prices
# Skip tx broadcasting prompt confirmation
-y