Skip to content

Instantly share code, notes, and snippets.

@sorawit
Last active April 2, 2020 02:10
Show Gist options
  • Save sorawit/dab1bf5e7951c159e10cf3618c6adbdd to your computer and use it in GitHub Desktop.
Save sorawit/dab1bf5e7951c159e10cf3618c6adbdd to your computer and use it in GitHub Desktop.
# 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]]
# Add your account as a genesis account so gentx won't complain.
bandd add-genesis-account $(bandcli keys show [[YOUR_WALLET]] -a) 1000000uband
# Create your genesis transaction with 1000000uband initial staking.
# Feel free to configure other optional arguments (e.g. details, website, commission rate, ...)
bandd gentx --name [[YOUR_WALLET]] --amount 1000000uband
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment