There was an error while loading. Please reload this page.
Assumptions:
Notes:
Run gradle init --type java-library in a suitable directory, e.g. simple-fabric-client-java
gradle init --type java-library
Add the following dependencies to build.gradle
implementation 'org.hyperledger.fabric-gateway-java:fabric-gateway-java:1.4.0-SNAPSHOT' implementation 'org.hyperledger.fabric-sdk-java:fabric-sdk-java:2.0.0-SNAPSHOT'
Add the following repository (only required for snapshots)
maven { url 'https://nexus.hyperledger.org/content/repositories/snapshots/' }