kp7742 / AIKYAM

Repo For HackDotSlash 3.0 Hackathon by Team Un1C0d3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Repo For HackDotSlash 3.0 Hackathon by Team Un1C0d3

License:MIT License


Languages

Language:JavaScript 73.4%Language:Solidity 11.2%Language:SCSS 5.9%Language:HTML 5.7%Language:CSS 3.8%