fabric-sdk 0.5.0

Interact and program chaincode for the Hyperledger Fabric blockchain network
docs.rs failed to build fabric-sdk-0.5.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: fabric-sdk-0.5.2

Fabric SDK Rust

Current Crates.io Version

Overview

The Fabric SDK for Rust allows to interact with a Hyperledger Fabric blockchain network and program chaincode. It is currently in early stage and many features might be missing. Developed and tested on Hyperledger Fabric v2.5.10

Keep in mind, that this is still under heavy development and cannot seen as stable or secure!

Documentation

Client

The client is being used to interact with the Hyperledger Fabric network. How to use and code examples can be found here.

Chaincode

This repo includes a library for developing chaincode for the hyperledeger network. How to use and code examples can be found here. Running chaincode in rust is not yet officially supported and needs some extra configuration, which can also be found in the docs.

Implementation status

A list of features and their implementation status can be found here

Contribute

Contributors are always welcome! Do not hesitate asking any question or for help. The topic can be complex and I we are always glad to support you. To engage with the community you can find some links here.

Head into the doc for the implementation status to have an overview to see what to do.

Docs for the fabric-protos can be found here