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

22 lines
565 B
TypeScript

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