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