mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-14 00:28:28 -05:00
20 lines
466 B
TypeScript
20 lines
466 B
TypeScript
import { ProjectInterface } from "@/lib/types"
|
|
|
|
export const p0tion: ProjectInterface = {
|
|
id: "p0tion",
|
|
section: "pse",
|
|
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: [],
|
|
},
|
|
}
|