As we already know, OBP is based on the open source Hyperledger Fabric. But for enterprise, Fabric is not enough because it is not pre-assembled. Here are some of the high-level requirements for building a working blockchain network for an enterprise from the ground up:
- Set up all the prerequisites, configurations, and containers.
- Set up container life cycle management to manage all the containers of peers, channels, chain codes, and so on.
- Install security such as user management, which is one of the most important components for enterprise.
- Manage the system upgrade plans and patches to align with the rapid changes. As Hyperledger Fabric is open source, there will be continuous evolution in technology, so you need to continually manage the system upgrade plans and patches.
- Ensure high availability and scalability of all the resources.
- Offer security to data and...