A list of commonly used flags of lagomd is listed below:
lagomd
--chain-id
Full Chain ID
string
""
--home
Directory for config and data
~/.lagomd
--keyring-backend
Select keyring's backend
"os"
--output
Output format
"text"
--node
Tendermint RPC interface
<host>:<port>
"tcp://188.214.128.66:26657" or "tcp://46.166.165.25:26657"
"
--from
Name or address of account with which to sign
A list of commonly used lagomd commands. You can obtain the full list by using the lagomd -h command.
lagomd -h
keys
Keys management
list, show, add, add --recover, delete
list
show
add
add --recover
delete
tx
Transactions subcommands
bank send, ibc-transfer transfer, distribution withdraw-all-rewards
bank send
ibc-transfer transfer
distribution withdraw-all-rewards
query
Query subcommands
bank balance, staking validators, gov proposals
bank balance
staking validators
gov proposals
tendermint
Tendermint subcommands
show-address, show-node-id, version
show-address
show-node-id
version
config
Client configuration
init
Initialize full node
start
Run full node
LagomChain version
validate-genesis
Validates the genesis file
status
Query remote node for status
block
Query a specific block persisted in the db (defaults to latest)
Last updated 11 months ago