Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 2.74 KB

README.md

File metadata and controls

62 lines (42 loc) · 2.74 KB

Fabric-SDK-py

Note: This is a read-only mirror of the formal Gerrit repository, where active development is ongoing.

Issue tracking is handled in Jira.

Technical discussion is handled in Slack channel #fabric-sdk-py.

Incubation Notice

This project is a Hyperledger project in Incubation. It was proposed to the community and documented here, and was approved by Hyperledger TSC at 2016-09-08. Information on what Incubation entails can be found in the Hyperledger Project Lifecycle document.

About

Fabric-SDK-py is an implementation of the Hyperledger fabric SDK in Python.

Installation

For non-developers, the code can be cloned from Github.

$ git clone https://github.com/hyperledger/fabric-sdk-py

Contributing

We welcome contributions to the Hyperledger Project in many forms. There’s always plenty to do!

Full details of how to contribute to this project are documented here.

For developers, please also see How to Contribution.

Testing

The following command will build a Docker image with the fabric-sdk-py installed.

$ docker build -t hyperledger/fabric-sdk-py .
$ docker run -it hyperledger/fabric-sdk-py tox

Core Developers

Name GitHub Gerrit Email
Baohua Yang yeasy baohua [email protected]
Chen Kai grapebaba grapebaba [email protected]
Chang Chen lafenicecc [email protected]
Qiang Wang qiang0723 [email protected]
Chuanjian Wang ckeyer [email protected]

Change Logs

See Change Log.

Community

License

The Hyperledger Project uses the Apache License Version 2.0 software license.