From e4f29e162255759455666f9d622add475839d71e Mon Sep 17 00:00:00 2001 From: quietBlockchain <130286226+quietBlockchain@users.noreply.github.com> Date: Thu, 25 Dec 2025 15:28:23 +0300 Subject: [PATCH] Revise README for passport contracts clarity Updated README to clarify purpose and capabilities of passport contracts. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9512996..d3ac5c7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,12 @@ ## Overview -This is the implementation of contracts for passport verification and management of passport credentials in Privado ID. +This repository contains smart contracts used for passport-style credential verification within the Privado ID (Billions) ecosystem. + +### What these contracts enable +- On-chain verification of passport credentials +- Zero-knowledge proof-based validation without exposing user data +- Reusable verification logic for applications integrating Billions ## Building contracts