Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 495 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 495 Bytes

SecureClinic

Secure Clinic is a system for storing and managing data regarding hospital waiting lists, by using private blockhain. For this purpose, Hyperledger was used.

This repo contains following logic:

  • Definition of smart contracts written in JavaScript
  • Logic for connecting and communicating with local instance of Hyperledger node, deployed via Hyperleger VC Code extension
  • Logic for server as a middleware between client application and nodes written using NodeJS and ExpressJS