- Install docker and docker-compose tools
- Download
peer
binary from here and make it accessible from$PATH
- 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
- Enter the corresponding workload directory, such as smallbank, to benchmark against this setup.
docker-compose -f docker-compose.yaml down