Files
pse.dev/data/projects/maci.ts
Kalidou Diagne f3fe727e5e General issues fix (#197)
* general issues fixes
2024-10-18 02:09:32 +01:00

21 lines
575 B
TypeScript

import { ProjectInterface, ProjectStatus } from "@/lib/types"
export const maci: ProjectInterface = {
id: "maci",
section: "pse",
projectStatus: ProjectStatus.ACTIVE,
image: "maci.png",
name: "MACI",
links: {
github: "https://github.com/privacy-scaling-explorations/maci",
website: "https://maci.pse.dev",
twitter: "https://twitter.com/zkmaci",
},
tags: {
keywords: ["Anonymity/privacy", "Voting/governance"],
themes: ["build"],
types: ["Lego sets/toolkits", "Infrastructure/protocol"],
builtWith: ["p0tion", "JubjubLib"],
},
}