// Explore More Tutorials
Structure of Hyperledger Fabric Chaincode
2019-02-07
Beginner
15 min.
Understand how Hyperledger Fabric Chaincode is structured, including how to create the initial directory and manifest file for chaincode.
You will learn
- How Hyperledger Fabric chaincode is structured
- How to create the Hyperledger Fabric chaincode manifest file
Step 1: Understand Hyperledger Fabric chaincode
Step 2: Create chaincode directory structure
Step 3: Create manifest file
Step 4: Create API description file
Step 5: Create source code file
Prerequisites
- Access to a Hyperledger Fabric development node - (Tutorial)
- Access to a Hyperledger Fabric channel service instance - (Tutorial)
- Access to a text editor
Navigate tutorial steps