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.
- Generate Unique Identification for Person
- Decentralized Data Storage
- Verification of Identity for KYC like Processes
- Easy and Secure Access through APIs
- Truffle
- Ethereum
- IPFS (InterPlanetary File System)
- React
- Metamask browser extension
- Install nodejs and ganache (for local blockchain network) if you haven't
- clone the repository
git clone https://github.com/kp7742/AIKYAM.git
- Install truffle globally and install all node dependencies
npm install -g truffle
npm install
- Compile and migrate to local blockchain network
truffle compile
truffle migrate
- Running the client on localhost:3000
cd client
npm run start