HunterVerse is a blockchain built using Cosmos SDK and Tendermint
Install go
make install
Come up with a moniker for your node, then run:
hunterversed init $MONIKER
To launch as a consumer chain, download and save shared genesis file to ~/.hunterverse/config/genesis.json
. Additionally add peering information (persistent_peers
or seeds
) to ~/.hunterverse/config/config.toml
To instead launch as a standalone, single node chain, run:
hunterversed add-consumer-section
hunterversed start