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