Replies: 1 comment 2 replies
-
See this answer to a similar previous discussion. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Fabric 2.4.1 to develope my application. However, I found fabric-gateway only provides some high-level apis like invoking and querying the world state. Is there anyway except using command lines to do admin-level operations? For example, creating a new channel ,adding a peer to the channel or installing a chaincode to an endorser. Fabric-sdk-java seems to provide these apis using HFClient object, but i don't know whether it is compatible with v2.4.x. The README of Fabric-sdk-java says it is deprecated. Can I use any version of Fabric-sdk-java in my application?
Beta Was this translation helpful? Give feedback.
All reactions