Files
pse.dev/data/projects/trusted-setups.ts
Kalidou Diagne f3fe727e5e General issues fix (#197)
* general issues fixes
2024-10-18 02:09:32 +01: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"],
},
}