hyperledger-cacti/cacti

Tools for weaver interop configuration management

Opened this issue · 0 comments

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.