Files
pse.dev/data/projects/anon-aadhaar.ts
2024-04-23 11:52:15 +02:00

26 lines
1.0 KiB
TypeScript

import { ProjectInterface } from "@/lib/types"
const description = `
Anon Aadhaar is a project that allows individuals to prove their citizenship anonymously. The project provides circuits, an SDK, and demo applications that generate and verify proofs of valid Aadhaar cards, integrating with the PCD framework to support a wide range of applications.
`
export const anonAadhaar: ProjectInterface = {
id: "anon-aadhaar",
section: "pse",
projectStatus: "active",
image: "anon-aadhaar.svg",
name: "Anon Aadhaar",
tldr: "Tools for building build privacy-preserving applications using government ID cards, specifically Aadhaar cards in India.",
description,
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"],
},
}