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.
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.
The following Makefile targets are available:
make lint
- run Buf linter and breaking change detectionmake javabindings
- run Java bindings code generationmake nodebindings
- run Node.js bindings code generation