To design and develop a secure, decentralized, anonymous and tampered proof way of maintaining and verifying all essential identity-based documents such as
- Aadhar Card
- PAN Card
- Birth certificate
- Marriage certificate
and create a unique digital identity of a person
- React
- Morallis
- Metamask
- ipfs
- Morallis Account
- Node js installed
-
Create a Morallis Account.
-
Fork the repo
-
Clone the repo
https://github.com/[your_github_username]/Codeissance_4_Localhost.git
- Navigate to the clone
cd Codeissance_4_Localhost
- Navigate to frontend of website
cd frontend
- Install dependencies
yarn
- Create a .env file in root of frontend
REACT_APP_appId = Paste your id here
REACT_APP_serverUrl = Paste you url here
- Start the website locally using
yarn start