Skip to main content

Structs Useful Commands

Chain ID: structstestnet-101 | Node Version: v0.6.0-beta

note

First You Need Set Variabels

MONIKER=<YOUR_MONIKER_NAME>
echo "export MONIKER=$MONIKER" >> $HOME/.bash_profile
echo "export STRUCTS_CHAIN_ID="structstestnet-101"" >> $HOME/.bash_profile
source $HOME/.bash_profile

Wallet

Create Wallet

structsd keys add wallet

Recovery Wallet

structsd keys add wallet --recover

List All Wallet

structsd keys list

Delete Wallet

structsd keys delete wallet

Check Wallet Balance

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