Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save smiled0g/5679405130b606ef048176b564428bd4 to your computer and use it in GitHub Desktop.
Save smiled0g/5679405130b606ef048176b564428bd4 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-mainnet [[YOUR_MONIKER]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment