Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 1.19 KB

README.md

File metadata and controls

45 lines (38 loc) · 1.19 KB

AIKYAM(ऐक्यम्)

logo

Build Status

What is AIKYAM?

AIKYAM provides a decentralized way to securely store a unique identification of Person through Blockchain Technology. AIKYAM is Sanskrit Word,which means Identity, Sameness or Oneness.

Features

  • Generate Unique Identification for Person
  • Decentralized Data Storage
  • Verification of Identity for KYC like Processes
  • Easy and Secure Access through APIs

Tech Stack

  • Truffle
  • Ethereum
  • IPFS (InterPlanetary File System)
  • React
  • Metamask browser extension

Running it locally

  1. Install nodejs and ganache (for local blockchain network) if you haven't
  2. clone the repository
 git clone https://github.com/kp7742/AIKYAM.git
  1. Install truffle globally and install all node dependencies
 npm install -g truffle
 npm install 
  1. Compile and migrate to local blockchain network
 truffle compile
 truffle migrate
  1. Running the client on localhost:3000
 cd client
 npm run start