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