As OABCS uses Hyperledger Fabric at its core, we can also interact with all the nodes using the Fabric SDK. So, in this final section of the chapter, we will explore the capabilities of the SDK to enable you to interact with the ledger and the available metrics, and to integrate this functionality into your existing CI/monitoring tools. I won't go into much detail, as this would deserve a separate chapter in and of itself, and it is out of scope for this book. Nonetheless, I will point you in the right direction to explore this yourself.
Oracle allows you to use the Fabric SDK to interact directly with the blockchain ledger without using the REST proxy. The REST proxy only exposes user-installed chaincodes ...