The subsequent chapter extensively covers adding business smartness to the OBP network through chaincode development and exposing chaincode functionality to client applications. The following section provides a sneak preview of it.
Adding smartness to the OBP network
Developing chaincode to add smartness to the OBP network
After completing the steps to configure the OBP network, the next set of implementation involves adding smartness to it. Typically, this means adding our use case business logic as smart contracts or chaincode. It deals with the installation and instantiation of chaincode on all the nodes of the network instances.
The next chapter of this book covers the implementation of chaincode and related network artifacts...