Skip to main content

Union Useful Commands

Chain ID: union-1 | Node Version: v1.2.2

note

First You Need Set Variabels

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

Wallet

Create Wallet

uniond keys add wallet

Recovery Wallet

uniond keys add wallet --recover

List All Wallet

uniond keys list

Delete Wallet

uniond keys delete wallet

Check Wallet Balance

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