https://github.com/sarveshlimaye/codeissance_4_localhost
Digital Identifier is a secure, decentralized, anonymous and tampered proof way of maintaining and verifying all essential identity-based documents to create a unique digital identity of a person.
https://github.com/sarveshlimaye/codeissance_4_localhost
aos ipfs ipfs-blockchain material-ui moralis moralis-react react-router react-toastify reactjs yarn
Last synced: 22 days ago
JSON representation
Digital Identifier is a secure, decentralized, anonymous and tampered proof way of maintaining and verifying all essential identity-based documents to create a unique digital identity of a person.
- Host: GitHub
- URL: https://github.com/sarveshlimaye/codeissance_4_localhost
- Owner: SarveshLimaye
- Created: 2022-09-23T12:28:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T11:20:00.000Z (over 3 years ago)
- Last Synced: 2024-04-14T02:03:27.849Z (almost 2 years ago)
- Topics: aos, ipfs, ipfs-blockchain, material-ui, moralis, moralis-react, react-router, react-toastify, reactjs, yarn
- Language: JavaScript
- Homepage:
- Size: 573 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Digital Identifier :monocle_face:
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
## Tech-Stack used :dart:
- React
- Morallis
- Metamask
- ipfs
## Prerequisites :white_check_mark:
- Morallis Account
- Node js installed
## Setting up Locally :construction:
1. Create a Morallis Account.
2. Fork the repo
3. Clone the repo
```
https://github.com/[your_github_username]/Codeissance_4_Localhost.git
```
4. Navigate to the clone
```
cd Codeissance_4_Localhost
```
5. Navigate to frontend of website
```
cd frontend
```
6. Install dependencies
```
yarn
```
7. Create a .env file in root of frontend
```
REACT_APP_appId = Paste your id here
REACT_APP_serverUrl = Paste you url here
```
8. Start the website locally using
```
yarn start
```