A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/hyperledger/fabric-sdk-py below:

hyperledger/fabric-sdk-py: Hyperledger Fabric Python SDK

Fabric-SDK-Py is the Python 3.x implementation of Hyperledger Fabric SDK!

Currently, it mainly supports Fabric 1.4.x version.

  1. Follow instructions: https://github.com/pyenv/pyenv?tab=readme-ov-file#installation
  2. Install Python 3:
 pyenv install 3.12
 pyenv global 3.12
 pip3 install virtualenv

The SDK requires the Python3 and Libssl pkgs.

Run the following cmd to install the pre-requisites if you do not have:

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 Install Python Cryotography Lib.

Read the Tutorial (Source) to get familiar with the APIs. A jupyter notebook explaining the sample code can be found here.

virtualenv helps provide a clean environment, suggest to use it to test.

$ pip3 install virtualenv # install the virtualenv tool if not installed
$ make venv  # create a virtual env
$ source venv/bin/activate
$ # Do the testing here
$ deactivate  # deactive the virtual env
$ make clean # clean the temporary files

The following command will run the testing.

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

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

Make sure you have grpcio-tools installed (pip install grpcio-tools)

See Change Log for the commit logs. Run make changelog to update the changelog before new release.

Bug, Question and Code Contributions

Welcome for any kind of contributions, e.g., bugs, questions and documentation!

Recommend to read How to Contribution before taking action.

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


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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4