mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-10 06:38:03 -05:00
22 lines
565 B
TypeScript
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"],
|
|
},
|
|
}
|