Skip to main content

Symphony Useful Commands

Chain ID: symphony-testnet-4 | Node Version: v5testnet

note

First You Need Set Variabels

MONIKER=<YOUR_MONIKER_NAME>
echo "export MONIKER=$MONIKER" >> $HOME/.bash_profile
echo "export SYMPHONY_CHAIN_ID="symphony-testnet-4"" >> $HOME/.bash_profile
source $HOME/.bash_profile

Wallet

Create Wallet

symphonyd keys add wallet

Recovery Wallet

symphonyd keys add wallet --recover

List All Wallet

symphonyd keys list

Delete Wallet

symphonyd keys delete wallet

Check Wallet Balance

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