Based in project quorum-dev-quickstart
repository of ConsenSys.
The network has three members, corresponding to the roles of the insurer, the hotel and the laboratory. The deployment includes the corresponding validator nodes, a block explorer and a node for visualization is network statistics.
You must have the following installed:
- On Windows ensure that the drive that this repo is cloned onto is a "Shared Drive" with Docker Desktop
- On Windows we recommend running all commands from GitBash
- Nodejs or Yarn
Change directory to the artifacts folder:
cd spc19-test-network
(default folder location)
To start services and the network:
./run.sh
starts all the docker containers
To stop services :
./stop.sh
stops the entire network, and you can resume where it left off with ./resume.sh
./remove.sh
will first stop and then remove all containers and images