Skip to content

Tarun5139/fabric-protos

 
 

Repository files navigation

Hyperledger Fabric gRPC Service Definitions

This repository contains the grpc service and protocol buffer definitions for the Hyperledger Fabric project. Tools like protoc can transform these definitions into code that can be used by clients and libraries to interact with Fabric.

Building and testing

Build using make

The following Makefile targets are available:

  • make lint - run Buf linter and breaking change detection
  • make javabindings - run Java bindings code generation
  • make nodebindings - run Node.js bindings code generation

Note: there is a separate Makefile for the original version of Go protocol buffers APIv1, which you can specifiy using make -f Makefile.apiv1 ...

See A new Go API for Protocol Buffers for details of the Go protocol buffers APIv1 and APIv2.

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 88.3%
  • Shell 8.3%
  • Go 3.4%