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
Currently Fablo only support internal chaincode deployment where the entire lifecycle of chaincode orchestrated by peers.
Since Fabric v2.4.1, there is a support for external chaincode deployment (chaincode-as-a-service). Support for CCAAS is added in Install chaincode from docker image #445.
There is a requirement for the new parameter "internal" which distinguishes these two options of deployment.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: