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

20 lines
589 B
TypeScript

import { ProjectInterface } from "@/lib/types"
export const anonAadhaar: ProjectInterface = {
id: "anon-aadhaar",
section: "pse",
projectStatus: "active",
image: "anon-aadhaar.svg",
name: "Anon Aadhaar",
links: {
website: "https://anon-aadhaar.pse.dev/",
github: "https://github.com/privacy-scaling-explorations/anon-aadhaar",
},
tags: {
keywords: ["Anonymity/privacy", "Social", "Identity", "Voting/governance"],
themes: ["build", "play"],
types: ["Legos/dev tools", "Lego sets/toolkits", "Proof of concept"],
builtWith: ["circom", "rsa"],
},
}