Private Network - Second-Earth/setchain GitHub Wiki

Prvate Network

Maintaining your own private network is more involved as a lot of configurations taken for granted in the official networks need to be manually set up.

Defining the private genesis json file

First, you'll need to create the genesis state of your networks, which all nodes need to be aware of and agree upon.

You can link to the same private network only if you use the same genesis.json file.

This consists of a small JSON file (e.g. call it genesis.json):

Starting up your member nodes

TBD