Hyperledger Fabric Protocol buffers

Download

Pregenerated libraries are available for Go, Java, and Node.js

The following versions are available:

  • v0.1.x versions are intended for Fabric 2.4 releases
  • v0.2.x versions are intended for Fabric 2.5 releases
  • v0.3.x versions are intended for Fabric 3.0 releases

Important: Current releases are all in the unstable v0.x.x range. A v0 version makes no stability or backward compatibility guarantees.

Go

go get -u github.com/hyperledger/fabric-protos-go-apiv2

Java

<dependency>
  <groupId>org.hyperledger.fabric</groupId>
  <artifactId>fabric-protos</artifactId>
  <version>${fabricProtosVersion}</version>
</dependency>

Node.js

npm install @hyperledger/fabric-protos

Documentation