Run the following command to generate a composer server API:
composer-rest-server
Enter admin@insurance-claim-network from the business network card, as shown in the following screenshot:
This will a generate the REST API and expose it as http://serverIP:3000 and http:// serverIP:3000/explorer.
Open the explore URL. You will see the generated REST endpoints, as follows:
Let's try a number of methods to demonstrate how these endpoints interact with the fabric network. ...