Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 616 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 616 Bytes

Identity Management on Ethereum Blockchain

installation

  • Install METAMASK for Chrome or Firefox
  • Get Ethereum testnet faucet in Rinkeby or Ropsten
  • Download Repository
  • Deploy smart contarct "IdentityManagement.sol" (solidity compiler version 4.0) which is under the folder "SmartContract" into testnet and copy your contarct address
  • Paste your contarct in ContractAddress variable at line no. 20 in app.js file
  • npm install
  • run node app.js
  • open http://localhost:8080 in your browser