Files
pse.dev/data/projects/zkitter.ts
2024-09-21 14:34:05 +02:00

22 lines
592 B
TypeScript

import { ProjectInterface, ProjectStatus } from "@/lib/types"
export const zkitter: ProjectInterface = {
id: "zkitter",
section: "pse",
projectStatus: ProjectStatus.INACTIVE,
image: "zkitter.webp",
name: "Zkitter",
links: {
github: "https://github.com/zkitter",
website: "https://www.zkitter.com/explore/",
discord: "https://discord.gg/Em4Z9yE8eW",
},
tags: {
keywords: ["Anonymity/privacy", "Social", "Identity"],
themes: ["build"],
types: ["Application", "Infrastructure/protocol"],
builtWith: ["semaphore", "rln", "interep", "zkchat"],
},
}