You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run a build to see if the dependencies can be found.
Weep.
Attempt to build the gateway yourself...
git clone https://github.com/hyperledger/fabric-gateway-java.git
cd fabric-gateway-java
mvn install -DskipTests
Add the following repository to build.gradle
mavenLocal()
Write a simple client app based on the sample in the gateway readme. For example, Sample.java
Need a connection profile. Apparently this is not particularly straightforward, or documented anywhere; a profile exported from the vscode extension won't work, but may provide a useful starting point.