Created
April 20, 2020 10:25
-
-
Save sorawit/852ce38bf213c9c946f2b792a03a4a4a 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-testnet2 [[YOUR_MONIKER]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment