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

20 lines
493 B
TypeScript

import { ProjectInterface, ProjectStatus } from "@/lib/types"
export const p0tion: ProjectInterface = {
id: "p0tion",
section: "pse",
projectStatus: ProjectStatus.ACTIVE,
image: "p0tion.png",
name: "p0tion",
links: {
website: "https://ceremony.pse.dev/",
github: "https://github.com/privacy-scaling-explorations/p0tion",
},
tags: {
keywords: ["Toolkits", "Infrastructure/protocol"],
themes: ["build"],
types: ["Legos/dev tools"],
builtWith: [],
},
}