artelad keys add $WALLET --recover
WALLET_ADDRESS=$(artelad keys show $WALLET -a)
VALOPER_ADDRESS=$(artelad keys show $WALLET --bech val -a)
echo "export WALLET_ADDRESS="$WALLET_ADDRESS >> $HOME/.bash_profile
echo "export VALOPER_ADDRESS="$VALOPER_ADDRESS >> $HOME/.bash_profile
source $HOME/.bash_profile
artelad query bank balances $WALLET_ADDRESS
rtelad tx staking create-validator \
--commission-rate 0.1 \
--new-moniker "$MONIKER" \
--identity "" \
--website="your website domain" \
--security-contact="your e-mail address" \
--details "" \
--from $WALLET \
--chain-id artela_11822-1 \
--gas auto --gas-adjustment 1.5 \
-y