Credits and References
Credits
This tutorial is based on the tutorials on Hyperledger Fabric Official Documents. Also, the sample code is also modified from the codebase of the official tutorials.
In our tutorials, we largely modified the scenario to be solving a problem in the insurance industry, which can highlight Fabric's ability of handling the participation of multiple organization. Also, we simplified the codebase so that learners can concentrate on learning the most importance techniques as a beginner.
References
Hyperledger Fabric Official Documents https://hyperledger-fabric.readthedocs.io/en/release-2.3/
The Official Tutorials of Hyperledger Fabric https://hyperledger-fabric.readthedocs.io/en/release-2.3/tutorials.html
The Codebase of the Official Tutorials https://github.com/hyperledger/fabric-samples
Last updated