This repository contains the scripts for deploying a Hyperledger Fabric Network. It has scripts for:
- creating a ordering service (one ordering node, modus: solo)
- creating a consortium
- creating a channel
- creating a node
- joining a channel
IMPORTANT: gRPC FUSE-Option MUST be deactivated in Docker Desktop and Docker restarted or Chaincode Installation will NOT work! (Link to Jira Issue)[https://jira.hyperledger.org/browse/FAB-18134] It is possible that the Chaincode deployment will not work on macOS due to the above issue (it only works when gRPC FUSE is activated).
Please see the fabric-version1x folder
Please see the fabric-version2x folder