An open API service indexing awesome lists of open source software.

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.

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
```