Full node command line manual

Key(wallet) management

List all wallets

   tabid keys list

Create a wallet

   tabid keys add node0          // here "node0" is your wallet name

Delete a wallet

   tabid keys delete node0       // here "node0" is your wallet name

Export a wallet

   tabid keys export node0       // here "node0" is your wallet name

Recover a wallet from mnemonic

   tabid  keys add node0 --recover

Bank

Transfer

  • Usage:

    tabid tx bank send from-address to-address amount [flags]

  • Example:

Balance

  • Usage

    tabid q bank balances your-address

  • Example:

Staking

Create a validator

  • Example

Query all validators

  • Example:

Stake

  • Example:

Last updated