Skip to content

Instantly share code, notes, and snippets.

@sorawit
Created April 20, 2020 10:25
Show Gist options
  • Save sorawit/852ce38bf213c9c946f2b792a03a4a4a to your computer and use it in GitHub Desktop.
Save sorawit/852ce38bf213c9c946f2b792a03a4a4a to your computer and use it in GitHub Desktop.
create_account_and_init_chain.sh
# Create a new Band wallet. Do not lose your mnemonic!
bandcli keys add [[YOUR_WALLET]]
# Initialize a blockchain environment for generating genesis transaction.
bandd init --chain-id band-wenchang-testnet2 [[YOUR_MONIKER]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment