fabric-sdk

Crates.iofabric-sdk
lib.rsfabric-sdk
version0.2.2
created_at2026-01-09 16:21:05.422829+00
updated_at2026-01-22 15:47:07.756097+00
descriptionInteract and program chaincode for the Hyperledger Fabric blockchain network
homepage
repositoryhttps://github.com/LF-Decentralized-Trust-labs/fabric-sdk-rust
max_upload_size
id2032333
size638,691
Frank The Fish (arne-fuchs)

documentation

README

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.

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 issues and look for unassigned todos. To avoid the same feature being implement twice, please state that you are working on the todo/issue so you can be assigned to it.

Commit count: 45

cargo fmt