Single Node
If you would like to quickly get a single node up and running for local testing, this is the quickest way to go!
Pre-requisite Readings
Automated Localnet (script)
# customize the name of your key, the chain-id, moniker of the node, keyring backend, and log level
KEY="dev0"
CHAINID="realionetworklocal_7777-4"
MONIKER="localtestnet"
KEYRING="test"
LOGLEVEL="info"
# Allocate genesis accounts (cosmos formatted addresses)
realio-networkd add-genesis-account $KEY 100000000000000000000000000ario --keyring-backend $KEYRING
# Sign genesis transaction
realio-networkd gentx $KEY 1000000000000000000000ario --keyring-backend $KEYRING --chain-id $CHAINIDManual Localnet
Initialize the chain
Genesis Procedure
Adding Genesis Accounts
Collecting gentx
gentxRun Testnet
Last updated