Skip to main content

Hippo Protocol Useful Commands

Chain ID: hippo-protocol-1 | Node Version: v1.0.0

note

First You Need Set Variabels

MONIKER=<YOUR_MONIKER_NAME>
echo "export MONIKER=$MONIKER" >> $HOME/.bash_profile
echo "export HIPPO_CHAIN_ID="hippo-protocol-1"" >> $HOME/.bash_profile
source $HOME/.bash_profile

Wallet

Create Wallet

hippod keys add wallet

Recovery Wallet

hippod keys add wallet --recover

List All Wallet

hippod keys list

Delete Wallet

hippod keys delete wallet

Check Wallet Balance

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