Skip to main content

Atomone Useful Commands

Chain ID: atomone-testnet-1 | Node Version: v2.0.0-rc2

note

First You Need Set Variabels

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

Wallet

Create Wallet

atomoned keys add wallet

Recovery Wallet

atomoned keys add wallet --recover

List All Wallet

atomoned keys list

Delete Wallet

atomoned keys delete wallet

Check Wallet Balance

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