Application Interface is an web application that connects hyperledger fabric blockchain with a web application. It has multiple users that can approve an application. It also shows the list of approved application from the world state of DLT(distributed ledger technology).
Clone the repository:
git clone https://github.com/Rakib-mbstu/Application-Interface
cd Application-Interface
Install the dependencies:
npm install
To start the development server, run:
npx nodemon app.js || node app.js
Application-Interface
├── app.js
├── package.json
├── node_modules
├── views
├── router
├── server
- Create a test network using hyperledger test network
- Install chaincode
- Run the application
- Add the licensing path to the db using API(/addPath)