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

26 lines
611 B
TypeScript

import { ProjectInterface } from "@/lib/types"
export const zk3: ProjectInterface = {
id: "zk3",
section: "grant",
projectStatus: "active",
image: "zk3.svg",
name: "zk3",
links: {
github: "http://github.com/monemetrics/semaphore-zk3",
website: "http://zk3.io/",
twitter: "http://twitter.com/zk3org",
},
tags: {
themes: ["play"],
types: [
"Legos/dev tools",
"Lego sets/toolkits",
"Infrastructure/protocol",
"Plugin",
],
keywords: ["Anonymity/privacy", "Social", "Identity", "Reputation"],
builtWith: ["semaphore", "lens protocol"],
},
}