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.
Fabric SDK Rust
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
Running the integration tests
The integration tests under tests/integration/ drive a live Hyperledger Fabric
test network (peer lifecycle, gateway invocation, and optionally the Fabric CA
REST API). They require the fabric-samples test network to be running and a
populated .env file. See doc/integration_tests.md
for the full prerequisites — including why the test network has to be started
with ./network.sh up createChannel -ca if you want the Fabric CA portion to
succeed.
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