Create yourselves a verification token using the power of immutable BlockChain
View Demo
Table of Contents
EVS is the process of verifying a customer's identity using electronic methods, such as online forms or biometric data. It is a faster, more convenient, and more secure way of completing the customer onboarding process. It eliminates the need for in-person visits and physical documents, allowing customers to quickly and easily complete their KYC verification. EVS also helps to reduce fraud and money laundering, as it allows businesses to quickly and accurately verify the identity of their customers. Additionally, EVS helps to streamline the customer onboarding process, allowing businesses to focus on more value-adding activities.
Here! we have a Simple UI, get ready with your Aadhaar and PAN card, take a clear snap of it and upload it to the form. Using these information we validate the details of the person and human verifcation then we create a unique and immutable block of this data with a creative NFT that can be again used to verify the persons identity. So now you have a unique digital id that can be used by industries or banks to verify the identity. Just decode the NFT and match with the given details by the user.
To get a local copy up and running follow these simple example steps.
You will need the following software.
- npm
npm install npm@latest -g
- Python Virtual env
cd Flask python -m venv Flask
Below are the instructions to setup the project locally , don't forget to cd to the respective folders mentioned.
- Clone the repo
git clone https://github.com/EmmanuelAllanMJ/EVS.git
- Install NPM packages in the Server and Frontend folders
npm install
- Setup Flask
or
cd Flask docker build -t emmanuelallan/evs:1.1 . docker run -p 5000:5000 emmanuelallan/evs:1.1
docker pull emmanuelallan/evs:1.1
- Add Readme
- Make site responsive
See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE.txt
for more information.
- Emmanuel Allan MJ - @EmmanuelAllanMJ
- Malay Kumar - @Malay-dev
- Sarvajit Visagan - @KnotSarvajit
- Sree Dananjay S - @Dananjay996
Project Link: https://github.com/EmmanuelAllanMJ/EVS
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!