How to setup a network of a certain topology?
In this guide we will setup networks of different topologies. Please read quick start guide for installation instructions.
Tree topology
Run the following commands.
# on 10.0.0.2
mcc init --parents public.staex.io network-certificate-base64
# on 10.0.0.3
mcc init --parents public.staex.io network-certificate-base64
Linear topology
Run the following commands.
# on 10.0.0.2
mcc init --parents public.staex.io network-certificate-base64
# on 10.0.0.3
mcc init --parents 10.0.0.2 network-certificate-base64