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
Is your feature request related to a problem? Please describe.
Access control, verification policy, and other json data needed to configure the weaver interop chaincode is currently generated and set inside the fabric-cli. fabric-cli is a test tool, not production software, however it is currently very difficult to set up an interop network without using fabric-cli.
Describe the solution you'd like
I suggest moving the code that
generates json data and
populates information about the network
out of the fabric-cli tool and into the interop library to make it possible to set up a network without using tooling intended for test.
Describe alternatives you've considered
Production customers will probably want a full web-based UI for managing this.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Access control, verification policy, and other json data needed to configure the weaver interop chaincode is currently generated and set inside the fabric-cli. fabric-cli is a test tool, not production software, however it is currently very difficult to set up an interop network without using fabric-cli.
Describe the solution you'd like
I suggest moving the code that
out of the fabric-cli tool and into the interop library to make it possible to set up a network without using tooling intended for test.
Describe alternatives you've considered
Production customers will probably want a full web-based UI for managing this.
The text was updated successfully, but these errors were encountered: