Single-node
Automated Localnet (script)
# customize the name of your key, the chain-id, moniker of the node, keyring backend, and log level
KEY="mykey"
CHAINID="blockx_9000-4"
MONIKER="localtestnet"
KEYRING="test"
LOGLEVEL="info"
# Allocate genesis accounts (cosmos formatted addresses)
blockxd add-genesis-account $KEY 100000000000000000000000000ablockx --keyring-backend $KEYRING
# Sign genesis transaction
blockxd gentx $KEY 1000000000000000000000ablockx --keyring-backend $KEYRING --chain-id $CHAINIDinit.shManual Localnet
Initialize the chain
Genesis Procedure
Adding Genesis Accounts
Collecting gentx
gentxRun Testnet
Last updated