mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-14 00:28:28 -05:00
19 lines
433 B
TypeScript
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"],
|
|
},
|
|
}
|