Skip to main content

Nillion Useful Commands

Chain ID: nillion-1 | Node Version: v0.2.5

note

First You Need Set Variabels

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

Wallet

Create Wallet

nilchaind keys add wallet

Recovery Wallet

nilchaind keys add wallet --recover

List All Wallet

nilchaind keys list

Delete Wallet

nilchaind keys delete wallet

Check Wallet Balance

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