Skip to content

Rakib-mbstu/Application-Interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Application for Hyperledger Fabric

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).

Installation

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

Project Structure

Application-Interface
├── app.js
├── package.json
├── node_modules
├── views
├── router
├── server

How to use

License

MIT

Releases

No releases published

Packages

No packages published