Welcome to the Fabric Contract Repository. This repository provides resources for developing and managing smart contracts on the Hyperledger Fabric blockchain.
did-fabric-contract
├── CHANGELOG.md
├── CLA.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE
├── LICENSE-dependencies.md
├── MAINTAINERS.md
├── README.md
├── README_ko.md
├── RELEASE-PROCESS.md
├── SECURITY.md
├── docs
│ └── api
│ └── ContractError.md
└── source
├── did-fabric-contract
│ ├── README.md
│ ├── README_ko.md
│ ├── chaincode
│ ├── go.mod
│ ├── go.sum
│ ├── main.go
└── release
├── Source code.tar.gz
└── Source code.zip
Name | Description |
---|---|
CHANGELOG.md | Version-specific changes in the project |
CLA.md | Contributor License Agreement |
CODE_OF_CONDUCT.md | Code of conduct for contributors |
CONTRIBUTING.md | Contribution guidelines and procedures |
LICENSE | Apache 2.0 |
LICENSE-dependencies.md | Licenses for the project’s dependency libraries |
MAINTAINERS.md | General guidelines for maintaining |
README.md | Overview and description of the project |
RELEASE-PROCESS.md | Release process |
SECURITY.md | Security policies and vulnerability reporting |
docs | Documentation |
┖ api | API guide documentation |
source | Chaincode source code project |
Releases can be found in the Releases.
Please read CONTRIBUTING.md and CODE_OF_CONDUCT.md for details on our code of conduct, and the process for submitting pull requests to us.