Skip to content

Latest commit

 

History

History
executable file
·
19 lines (15 loc) · 482 Bytes

File metadata and controls

executable file
·
19 lines (15 loc) · 482 Bytes

Blockchain based Identity management system

Intro and Motivation Architecture and Demo

Requirement:

  1. NodeJS
  2. Truffle

How to run:

  1. Starting Truffle Development
  • cd public/truffle-contract
  • truffle develop
  • compile
  • migrate
  1. Starting Node Server
  • npm install
  • npm start