Skip to content

Universidad-de-La-Laguna/spc19-test-network

Repository files navigation

SPC19 - Hyperledger Besu blockchain network

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.

Prerequisites

You must have the following installed:

⚠️ Note: If on MacOS or Windows, please ensure that you allow docker to use upto 4G of memory or 6G if running Privacy examples under the Resources section. The Docker for Mac and Docker Desktop sites have details on how to do this at the "Resources" heading
⚠️ Note: This has only been tested on Windows 10 Build 18362 and Docker >= 17.12.2
  • 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

Usage

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