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

26 lines
613 B
TypeScript

import { ProjectInterface } from "@/lib/types"
export const anonKlub: ProjectInterface = {
id: "anon-klub",
section: "pse",
projectStatus: "inactive",
image: "anonklub.svg",
name: "AnonKlub",
links: {
github: "https://github.com/anonklub",
website: "https://anonklub.github.io",
},
tags: {
keywords: [
"Transaction privacy",
"Anonymity/privacy",
"Social",
"Identity",
"Voting/governance",
],
themes: ["build", "play"],
types: ["Infrastructure/protocol", "Prototype", "Proof of concept"],
builtWith: ["circom", "snarkjs", "halo2"],
},
}