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

19 lines
519 B
TypeScript

import { ProjectInterface, ProjectStatus } from "@/lib/types"
export const cryptkeeper: ProjectInterface = {
id: "cryptkeeper",
section: "pse",
projectStatus: ProjectStatus.INACTIVE,
image: "cryptkeeper.webp",
name: "CryptKeeper",
links: {
github: "https://github.com/CryptKeeperZK",
},
tags: {
keywords: ["Anonymity/privacy", "Social", "Identity"],
themes: ["build"],
types: ["Application", "Infrastructure/protocol", "Lego sets/toolkits"],
builtWith: ["semaphore", "rln"],
},
}