gininfra / s16

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

s16

s16 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:

s16d init $MONIKER

Launch with genesis file or run as standalone chain

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

Launch node

s16d start

About

License:Apache License 2.0


Languages

Language:Go 95.9%Language:Makefile 4.1%