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

19 lines
460 B
TypeScript

import { ProjectInterface, ProjectStatus } from "@/lib/types"
export const trustedSetups: ProjectInterface = {
id: "trusted-setups",
section: "pse",
projectStatus: ProjectStatus.ACTIVE,
image: "trusted-setups.svg",
name: "Trusted Setups",
links: {
github: "https://github.com/zkparty",
},
tags: {
themes: ["play"],
types: ["Legos/dev tools", "Lego sets/toolkits"],
builtWith: [],
keywords: ["Scaling", "Education"],
},
}