Forum Discussion
Pooja Pandey
Sep 10, 2018Copper Contributor
How do we connect a front end application to the application deployed on Azure Blockchain workbench?
I am trying to build a frontend application for my application deployed on Azure blockchain workbench, I am wondering how do we connect the frontend with the workbench because the REST APIS provided ...
Zeyad Rajabi
Sep 19, 2018Former Employee
The entire frontend of the Workbench Web client is built using the Workbench API. If you want to understand how we construct the pages you can take a look at the network calls when navigating the various pages. You can also extend and create your own APIs based on the data within the database.