Once you deploy the business network archive to the blockchain network, how do you integrate it with your client application? One solution would be to use the Hyperledger Composer REST server.
The Hyperledger Composer REST server can be used to generate a Swagger REST endpoint API from a deployed Hypeledger Fabric business network. The REST server utilizes the LoopBack and converts the business network model into an open API definition. An authenticated client calls the REST server via these endpoint APIs to interact with a blockchain. Each invoked transaction must be signed by a certificate. The REST server starts this identity and signs all transactions with this. At runtime, the REST server implements Create, Read, Update, and Delete (CRUD) operations to manipulate the state of assets and participants and allow transactions...