Skip to main content

Tacchain Useful Commands

Chain ID: tacchain_2391-1 | Node Version: v0.0.10

note

First You Need Set Variabels

MONIKER=<YOUR_MONIKER_NAME>
echo "export MONIKER=$MONIKER" >> $HOME/.bash_profile
echo "export TAC_CHAIN_ID="tacchain_2391-1"" >> $HOME/.bash_profile
source $HOME/.bash_profile

Wallet

Create Wallet

tacchaind keys add wallet

Recovery Wallet

tacchaind keys add wallet --recover

List All Wallet

tacchaind keys list

Delete Wallet

tacchaind keys delete wallet

Check Wallet Balance

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