-
-
Save smiled0g/5679405130b606ef048176b564428bd4 to your computer and use it in GitHub Desktop.
create_account_and_init_chain.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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