Skip to main content

Zetachain Useful Commands

Chain ID: zetachain_7000-1 | Node Version: v36.0.0

note

First You Need Set Variabels

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

Wallet

Create Wallet

zetacored keys add wallet

Recovery Wallet

zetacored keys add wallet --recover

List All Wallet

zetacored keys list

Delete Wallet

zetacored keys delete wallet

Check Wallet Balance

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