Skip to main content

Push Useful Commands

Chain ID: push_42101-1 | Node Version: v0.0.15

note

First You Need Set Variabels

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

Wallet

Create Wallet

pchaind keys add wallet

Recovery Wallet

pchaind keys add wallet --recover

List All Wallet

pchaind keys list

Delete Wallet

pchaind keys delete wallet

Check Wallet Balance

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