Up until now, we've walk though the invoice factoring use case and modeled the business network (KonsensusChain) to realize the use case. We also learned about the integration options with the blockchain network. This section is dedicated to realizing the infrastructure of the business network. The use case we've discussed so far can be realized on a permissioned blockchain such as Hyperledger Fabric. Therefore, we will try to define the infrastructure using a cloud platform that is based on Hyperledger Fabric. We had a glimpse of OBP in the BaaS section of Chapter 1, Exploring Blockchain and BaaS. In this section, we will try to realize the business use case over the OBP.
From an infrastructure perspective, ...