/fabric-sdk-py

Read-only mirror of https://gerrit.hyperledger.org/r/#/admin/projects/fabric-sdk-py

Primary LanguagePythonApache License 2.0Apache-2.0

Fabric-SDK-py

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

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

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.

Bug, Question and Code Contributions

Welcome for any kind of contribution!

Please see How to Contribution.

Coding Style

We're following pep8 style guide and Google style, please see coding style

Meeting

Weekly scrum meeting will be held at chat channel #fabric-sdk-python at 03:00 UTC every Friday. More information, please see the project wiki.

Testing

The following command will run the testing.

$ make check

Generating Docker images

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

$ make image

Also, you can use docker-compose to start a cluster for testing, including fabric-peer, fabric-orderer, fabric-ca, and fabric-sdk-py containers.

$ docker-compose up -d
$ docker exec -it fabric-sdk-py bash

Change Logs

See Change Log.

About Hyperledger Project

License

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