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

19 lines
433 B
TypeScript

import { ProjectInterface } from "@/lib/types"
export const trustedSetups: ProjectInterface = {
id: "trusted-setups",
section: "pse",
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"],
},
}