Fabric-gateway-java vs fabric-gateway(this repo) #424
-
Hello, i'm starting in the world of Hyperledger Fabric and i don't finish to understand what's the difference between the java alternative of this repository and this other repository: https://github.com/hyperledger/fabric-gateway-java. I about to start a development (MVP), and i need to choose what tool is best for a java dev. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
The APIs in this repository are used to create Fabric v2.4.x client applications. If you are starting a new project, you should use this one. The other repository (fabric-gateway-java) is for older versions of Fabric. |
Beta Was this translation helpful? Give feedback.
The APIs in this repository are used to create Fabric v2.4.x client applications. If you are starting a new project, you should use this one. The other repository (fabric-gateway-java) is for older versions of Fabric.
They both support the 'gateway' programming model, but the later one (in this repo) targets the new gateway service in the peer as described in https://hyperledger-fabric.readthedocs.io/en/release-2.4/gateway.html