Skip to content
This repository has been archived by the owner on Aug 12, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 677 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 677 Bytes

Secure Aadhaar Admin Server

This repository contains code for the Secure Aadhar Admin Server. This server automates the process of creating the user's digital identity.

The server listens on port 4000, then creates a Participant User, his assets, AccessHistory and Aadhaar and then creates an Identity and binds the participant to it and sends the user a mail with the generated Identity card. This card will be used for all the intercations with the blockchain.

Running

  • Install the required npm modules
npm install
  • Start the server
npm start

Prerequisites

You need the following software to run this application:

  • NodeJS
  • npm