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

21 lines
516 B
TypeScript

import { ProjectInterface, ProjectStatus } from "@/lib/types"
export const zkp2p: ProjectInterface = {
id: "zkp2p",
section: "grant",
projectStatus: ProjectStatus.ACTIVE,
image: "zkp2p.webp",
name: "ZKP2P",
links: {
github: "https://github.com/zkp2p",
website: "https://zkp2p.xyz/",
twitter: "https://twitter.com/zkp2p",
},
tags: {
keywords: ["Private communications"],
themes: ["play"],
types: ["Proof of concept", "Application"],
builtWith: ["circom", "halo2"],
},
}