Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 727 Bytes

readme.md

File metadata and controls

38 lines (23 loc) · 727 Bytes

hunterverse

HunterVerse is a blockchain built using Cosmos SDK and Tendermint

Get started

Install go

Build and install to go bin path

make install

Initialize config

Come up with a moniker for your node, then run:

hunterversed init $MONIKER

Launch with genesis file or run as standalone chain

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

Launch node

hunterversed start