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

19 lines
492 B
TypeScript

import { ProjectInterface } from "@/lib/types"
export const cryptkeeper: ProjectInterface = {
id: "cryptkeeper",
section: "pse",
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"],
},
}