-
Notifications
You must be signed in to change notification settings - Fork 36
Private Network
erick yan edited this page Sep 2, 2019
·
3 revisions
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.
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):
TBD