2023-07-22 14:40:56 +02:00
2023-07-22 14:28:32 +02:00
2023-07-22 14:40:56 +02:00
2023-07-22 14:19:40 +02:00

Passport SBT - ETHGlobal Paris

This is our submission for the ETHGlobal Paris Hackathon.

The goal is too let users scan the NFC chip in their government-issued passport to prove that it is valid. If valid, the user can generate a proof that can be verified onchain. We are using that proof to mint them a Soulbound Token (SBT) they can use to show that they indeed hold an official passport.

We forked two repositories and added functionality to make everything work.

  • passport-reader: Android app to scan passports
  • zkrsa: ZK Circuit to prove RSA signature onchain and frontend to generate the proofs

Roadmap

  • Make sure we can extract the signature from a passport
  • Make sure we can actually verify that a passport signature is signed by the issuing country
  • Modify the Next.js frontend of zkrsa in order to accept an endpoint that stores signature data from someone scanning their passports
  • 🚧 Modify the Android app to let people send their signature data to the Next.js backend (and store it temporarily)
  • 🚧 Get zkrsa working with the signature format we are able to retrieve from the Android app
  • 🚧 Contract to mint the SBT when proof is valid
  • 🚧 Safe Module to claim a Safe if holding the right SBT
  • 🚧 Using Sismo Data Groups or EAS Attestations to let people prove they own such an SBT without revealing which one
Description
No description provided
Readme 592 MiB
Languages
Circom 77.6%
C 15.6%
TypeScript 5.4%
JavaScript 0.5%
Shell 0.2%
Other 0.4%