Files
pse.dev/data/projects/openpassport.ts
2024-08-27 11:55:18 +08:00

32 lines
964 B
TypeScript

import { ProjectInterface } from "@/lib/types"
const description = `
OpenPassport is developing tools to let users generate proofs of humanity, nationality and age using their government-issued passport. It unlocks uses cases in proof of unique identity, sybil resistance and selective disclosure of private data.
`
export const OpenPassport: ProjectInterface = {
id: "openpassport",
section: "grant",
projectStatus: "active",
image: "openpassport.jpg",
name: "OpenPassport",
tldr: "OpenPassport lets you check a passport is valid in zero-knowledge",
description,
links: {
github: "https://github.com/zk-passport/openpassport",
website: "https://openpassport.app",
twitter: "https://x.com/openpassportapp",
telegram: "https://t.me/openpassport",
},
tags: {
keywords: [
"Passports",
"Identity",
"Anonymity/privacy,",
"Signatures",
"Social",
],
builtWith: ["circom", "snarkjs"],
},
}