chain-maind
Build and configurations
Build Prerequisites
# tap the repo brew tap crypto-org-chain/chain-maind # install the CLI tool brew install chain-maind # get a list of all the commands chain-maind
Using chain-maind
chain-maind$ chain-maind [command]$ chain-maind -hConfig and data directory
Configure chain-maind config and data directory
Configure Chain ID
Options
Option
Description
Type
Default Value
Command list
Command
Description
List
Keys management - chain-maind keys
chain-maind keyskeys add <wallet_name> - Create a new key
keys add <wallet_name> - Create a new keykeys add <key_name> --recover - Restore existing key by seed phrase
keys add <key_name> --recover - Restore existing key by seed phrasekeys list - List your keys
keys list - List your keyskeys show <key_name> - Retrieve key information
keys show <key_name> - Retrieve key informationkeys delete <key_name> - Delete a key
keys delete <key_name> - Delete a keykeys export <key_name> - Export private keys
keys export <key_name> - Export private keysThe keyring --keyring-backend option
--keyring-backend optionos backend
os backendfile backend
file backendtest backend
test backendTransactions subcommands - chain-maind tx
chain-maind txtx bank send - Transfer operation
tx bank send - Transfer operationSend Funds [tx bank send <from_key_or_address> <to_address> <amount> <network_id>]
tx bank send <from_key_or_address> <to_address> <amount> <network_id>]tx staking - Staking operations
tx staking - Staking operationsDelegate your funds to a validator [tx staking delegate <validator-addr> <amount>]
tx staking delegate <validator-addr> <amount>]Unbond your delegated funds [tx staking unbond <validator-addr> <amount>]
tx staking unbond <validator-addr> <amount>]Balance & transaction history
query bank balances - Check your transferable balance
query bank balances - Check your transferable balanceAdvance operations and transactions
tx staking create-validator - Joining the network as a validator
tx staking create-validator - Joining the network as a validatortx slashing unjail - Unjail a validator
tx slashing unjail - Unjail a validatorLast updated