Skip to main content

Galactica Useful Commands

Chain ID: galactica_9302-1 | Node Version: v0.1.2

note

First You Need Set Variabels

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

Wallet

Create Wallet

galacticad keys add wallet

Recovery Wallet

galacticad keys add wallet --recover

List All Wallet

galacticad keys list

Delete Wallet

galacticad keys delete wallet

Check Wallet Balance

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