This is the Fabric SDK
stack:
It consists of the following layers:
Services
(light-blue boxes): Services offer access to Fabric-specific functionality, such as transaction endorsement, state-based endorsement, and the execution of Chaincode.Fabric API
: This API follows the same abstraction paradigm as theView API
but provides Fabric-specific functionality to enableFSC nodes
to communicate with Fabric. Even though this API is specific for Fabric, it allows to abstract away certain details when dealing with a specific Fabric version.Driver API
: This API translates theFabric API
to a concrete driver implementation.Driver Implementations
: The Fabric SDK comes with a driver implementation for Fabric V2+.
You can find an example of the configuration required for the Fabric SDK in Example Core File for Fabric