8000 GitHub - jhkim5981/did-fabric-contract: Provide resources for developing and managing smart contracts on the Hyperledger Fabric blockchain.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Provide resources for developing and managing smart contracts on the Hyperledger Fabric blockchain.

License

Notifications You must be signed in to change notification settings

jhkim5981/did-fabric-contract

 
 

Repository files navigation

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
├── 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

Releases can be found in the Releases.

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

About

Provide resources for developing and managing smart contracts on the Hyperledger Fabric blockchain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0