As the Chaincode is instantiated and the needed dependencies are installed, launch the Node.js server using node server.js. Once the server is running, open the web browser by navigating to http://yourserverip:3000. You will see a web page similar to the one here:
You can start by assigning the admin to the Fabric client. For that, click the Register Admin button, which will register you in Fabric as the admin client user:
In this step, we send a request for an admin as the authorized user and register with the CA. The certificate-related ...