✍️
[Lab] Blockchain - Hyperledger Fabric
  • Background
  • Writing the Smart Contract
  • Prepare to deploy the smart contract
  • Create the Hyperledger Channel
  • Deploying the Smart Contract
  • Invoke the Smart Contract
  • Credits and References
Powered by GitBook
On this page
  • Credits
  • References

Was this helpful?

Credits and References

PreviousInvoke the Smart Contract

Last updated 4 years ago

Was this helpful?

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

  1. Hyperledger Fabric Official Documents

  2. The Official Tutorials of Hyperledger Fabric

  3. The Codebase of the Official Tutorials

https://hyperledger-fabric.readthedocs.io/en/release-2.3/
https://hyperledger-fabric.readthedocs.io/en/release-2.3/tutorials.html
https://github.com/hyperledger/fabric-samples