GithubHelp home page GithubHelp logo

czone-league / fabric-sdk-py Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hyperledger/fabric-sdk-py

0.0 4.0 0.0 699 KB

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

Home Page: https://hyperledger.org

License: Apache License 2.0

Makefile 0.75% Python 98.40% Shell 0.85%

fabric-sdk-py's Introduction

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, including bugs, questions and documentation!

Please see How to Contribution.

Coding Style

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

Pre-requisite

The SDK requires the python-dev and libssl-dev pkgs, so please make sure it's already installed.

Run the following cmd according to ur OS type.

OS command
Ubuntu/Debian sudo apt-get install python-dev python3-dev libssl-dev
Redhat/CentOS sudo yum install python-devel python3-devel openssl-devel
MacOS brew install python python3 openssl

More details to build the crypto lib, can be found at

Testing

The following command will run the testing.

$ make check # Check environment and run tests
$ make test # Only run test cases
$ tox -e py30 -- test/integration/ca_test.py  # Run specified test case

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.

Wiki

More information, please see the project wiki.

About Hyperledger Project

License

The Hyperledger Fabric-SDK-Py software uses the Apache License Version 2.0 software license.

Creative Commons License
This document is licensed under a Creative Commons Attribution 4.0 International License.

fabric-sdk-py's People

Contributors

yeasy avatar grapebaba avatar lafenicecc avatar qiang0723 avatar nobody4t avatar ryjones avatar tcz001 avatar oldsharp avatar rameshthoomu avatar bcbw avatar seprain avatar

Watchers

James Cloos avatar mixbee avatar Sereno Shen avatar foobar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.