commands

Key management

Add new key

humansd keys add wallet

Recover existing key

humansd keys add wallet --recover

List all keys

humansd keys list

Delete key

humansd keys delete wallet

Export key to the file

humansd keys export wallet

Import key from the file

humansd keys import wallet wallet.backup

Query wallet balance

humansd q bank balances $(humansd keys show wallet -a)

Validator management

Create new validator

Edit existing validator

Remove node

Unjail validator

Jail reason

List all active validators

List all inactive validators

View validator details

Token management

Withdraw rewards from all validators

Withdraw commission and rewards from your validator

Delegate tokens to yourself

Delegate tokens to validator

Redelegate tokens to another validator

Unbond tokens from your validator

Send tokens to the wallet

Governance

List all proposals

View proposal by id

Vote 'Yes'

Vote 'No'

Vote 'Abstain'

Vote 'NoWithVeto'

Maintenance

Get validator info

Get sync info

Get node peer

Check if validator key is correct

Get live peers

Reset chain data

Last updated