ScaleChain / scalechain

A customizable blockchain for altcoins.
236 stars 65 forks source link

Write a documentation describing Multiple node execution #140

Open Kangmo opened 1 year ago

Kangmo commented 1 year ago

What

Need a documentation describing how to run multiple nodes. Also need to have a section describing how hot plugging nodes works. (Nodes start and stop while other peer nodes are up and running)

Why

Without documentation, it takes time to get to run multiple nodes

How

  1. Add an automated test case for running multiple nodes
  2. Add an automated test case for hot plugging
  3. Write a doc describing how to run multiple nodes, how to test hot plugging, etc.