Skip to main content

Soarchain Useful Commands

Chain ID: soarchaintestnet | Node Version: v0.2.9

note

First You Need Set Variabels

MONIKER=<YOUR_MONIKER_NAME>
echo "export MONIKER=$MONIKER" >> $HOME/.bash_profile
echo "export SOAR_CHAIN_ID="soarchaintestnet"" >> $HOME/.bash_profile
source $HOME/.bash_profile

Wallet

Create Wallet

soarchaind keys add wallet

Recovery Wallet

soarchaind keys add wallet --recover

List All Wallet

soarchaind keys list

Delete Wallet

soarchaind keys delete wallet

Check Wallet Balance

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