Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 464 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 464 Bytes

Identity Management on Ethereum Blockchain

installation

  • Install METAMASK for Chrome
  • download ganache gui for local blockchain
  • Download Repository
  • Deploy smart contarct "IdentityManagement.sol" using truffle (solidity compiler version 4.0) which is under the folder "SmartContract"
  • npm install
  • run node app.js
  • open http://localhost:8081 in your browser