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
The Fabric Smart Client (FSC) has support for FPC. This allows users to run FPC chaincode with FSC applications / tests / experiments / prototypes. Great thing! We provide a deployment samples and the IRB demo using FSC.
However, the FPC support requires FSC to import parts of the FPC client SDK. This somewhat introduces a cyclic dependency. Ideally, we can cut this and host the FPC extension for FPC in our repository as a submodule. This Issue proposes to migrate the FPC related FSC code into our repository.
Users of FSC that wish to use FPC, can just simply import the FSC as core and our extension, injecting it via the topology.go.
The Fabric Smart Client (FSC) has support for FPC. This allows users to run FPC chaincode with FSC applications / tests / experiments / prototypes. Great thing! We provide a deployment samples and the IRB demo using FSC.
However, the FPC support requires FSC to import parts of the FPC client SDK. This somewhat introduces a cyclic dependency. Ideally, we can cut this and host the FPC extension for FPC in our repository as a submodule. This Issue proposes to migrate the FPC related FSC code into our repository.
Users of FSC that wish to use FPC, can just simply import the FSC as core and our extension, injecting it via the
topology.go
.Tasks:
The text was updated successfully, but these errors were encountered: