From dfd8f8955d0938cd7fda189a14724823f29b46f9 Mon Sep 17 00:00:00 2001 From: 0xturboblitz Date: Thu, 26 Oct 2023 14:52:20 +0200 Subject: [PATCH] readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 339af0b02..78a476027 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Embassy -Monorepo for Embassy, a proof of passport protocol. +Monorepo for the Proof of Passport protocol. -Embassy lets users scan the NFC chip in their government-issued passport. +Proof of Passport lets users scan the NFC chip in their government-issued passport. If the signature is 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. @@ -10,9 +10,9 @@ Users can also selectively disclose personal info like their nationality or thei ### Subdirectories -- `app`: Mobile app for Embassy -- `circuits`: Circom circuits for Embassy -- `contracts`: Solidity contracts for Embassy +- `app`: Mobile app +- `circuits`: Circom circuits +- `contracts`: Solidity contracts ### Roadmap