Create A Full Local Lab

python3 community_launcher.py full-network --service-nodes 3 --regular-nodes 2

What is the “Full Local Lab”? A complete mini‑network on your own computer (no internet peers): one bootstrap node, several service nodes, regular nodes, mining, and auto‑registration. Great for demos and testing.

Stop everything with:

python3 community_launcher.py cleanup

Last updated