mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-14 00:28:28 -05:00
26 lines
602 B
TypeScript
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"],
|
|
},
|
|
}
|