Skip to main content

Terra Useful Commands

Chain ID: phoenix-1 | Node Version: v2.18.0

note

First You Need Set Variabels

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

Wallet

Create Wallet

terrad keys add wallet

Recovery Wallet

terrad keys add wallet --recover

List All Wallet

terrad keys list

Delete Wallet

terrad keys delete wallet

Check Wallet Balance

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