79489003

Date: 2025-03-06 10:31:34
Score: 0.5
Natty:
Report link

Reproduced from my comment in this discussion...

The Fabric Gateway client API (similar to the fabric-network package that preceded it) focuses only on enabling client business applications to invoke (evaluate and submit) transactions, and receive chaincode and block events. It intentionally omits capability for administrative operations, such as chaincode deployment, channel creation, or identity registration / enrolment.

For administrative tasks, there are a few potential options:

For chaincode deployment and channel management, there is a pretty complete Golang implementation in the fabric-admin-sdk repository. That repository also contains a Node admin implementation (based on code developed here) with code to interact with the CA. I am not sure how stable and/or functional the Node implementation is.

Reasons:
  • Blacklisted phrase (1): StackOverflow
  • Long answer (-1):
  • No code block (0.5):
Posted by: bestbeforetoday