Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 822 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 822 Bytes

Prerequisite

Running Fabric v1.4

  • Spin up a Fabric network with a single orderer and four peers under the same organization.
  • Run the network in the docker environment of the localhost in the same bridge network.
cd four-nodes-docker/
docker-compose -f docker-compose.yaml up -d
./setup.sh # create the channel and join the channel for each peer

Benchmark

  • Enter the corresponding workload directory, such as smallbank, to benchmark against this setup.

Shut down

docker-compose -f docker-compose.yaml down