Skip to content

Latest commit

 

History

History
69 lines (59 loc) · 2.79 KB

README.md

File metadata and controls

69 lines (59 loc) · 2.79 KB

Fabric Contract

Welcome to the Fabric Contract Repository. This repository provides resources for developing and managing smart contracts on the Hyperledger Fabric blockchain.

Folder Structure

did-fabric-contract
├── CHANGELOG.md
├── CLA.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE
├── dependencies-license.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
dependencies-license.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

Releases can be found in the Releases.

Change Log

The Change Log provides a detailed record of version-specific changes and updates. You can find it here:

OpenDID Demonstration Videos

To watch our demonstration videos of the OpenDID system in action, please visit our Demo Repository.
These videos showcase key features including user registration, VC issuance, and VP submission processes.

Contributing

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.

License

Apache 2.0