Skip to content

jt-nti/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

Note: there are currently two build processes- an Azure devops based build for Go bindings and a newer GitHub Actions based build for Java and Node.js bindings. The intention is to move everything to the new GitHub Actions build, which uses the Makefile described below.

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 72.3%
  • Shell 17.0%
  • Dockerfile 7.5%
  • Go 3.2%