Skip to content

Proof of concept for creating additional PoH plugins for verifying humanity using Apple/Android devices biometrics as Proof-of-Humanity

Notifications You must be signed in to change notification settings

Charlie85270/poh-biometrics-dapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Proof-of-Humanity using Biometrics

Idea Scope

Creating an additional plugin for verifying humanity using Apple/Android/Windows device biometrics as Proof-of-Humanity.

How It Works:

When using the Plugin, users are prompted for their biometrics.

Succesful completion of the biometrics login produces an authorization.

HUMAN Protocol verifies the transaction on-chain with the user's identity.

Roadmap:

Frontend: Metamask or Rainbow Kit integration.

Passage Biometric Authentication implementation to send proof data to the Validator API

Backend: Creating a Biometric Validator API that will generate a PoH proof on verification or revert. Creating a smart contract that verifies the PoH generated by the validator.

Install Dependencies & Run Backend/Frontend

Backend dependencies

cd backend/
npm install
node server.js
cd ..

Frontend dependencies

cd frontend/
npm install
npm run start
cd ..

The application will run on http://localhost:3000, which you can navigate to in your browser.

About

Proof of concept for creating additional PoH plugins for verifying humanity using Apple/Android devices biometrics as Proof-of-Humanity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 58.6%
  • JavaScript 40.9%
  • Shell 0.5%