Skip to main content

Selfchain Useful Commands

Chain ID: self-1 | Node Version: v1.0.1

note

First You Need Set Variabels

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

Wallet

Create Wallet

selfchaind keys add wallet

Recovery Wallet

selfchaind keys add wallet --recover

List All Wallet

selfchaind keys list

Delete Wallet

selfchaind keys delete wallet

Check Wallet Balance

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