Files
pse.dev/data/projects/openpassport.ts
2024-09-19 02:47:06 +02:00

26 lines
602 B
TypeScript

import { ProjectInterface } from "@/lib/types"
export const OpenPassport: ProjectInterface = {
id: "openpassport",
section: "grant",
projectStatus: "active",
image: "openpassport.jpg",
name: "OpenPassport",
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"],
},
}