Files
pse.dev/data/projects/zkevm-community.ts
Kalidou Diagne f3fe727e5e General issues fix (#197)
* general issues fixes
2024-10-18 02:09:32 +01:00

19 lines
517 B
TypeScript

import { ProjectInterface, ProjectStatus } from "@/lib/types"
export const zkevmCommunity: ProjectInterface = {
id: "zkevm-community",
section: "pse",
projectStatus: ProjectStatus.ACTIVE,
image: "zkevm.jpg",
name: "zkEVM Community Edition",
links: {
github: "https://github.com/privacy-scaling-explorations/zkevm-circuits",
},
tags: {
keywords: ["Scaling"],
themes: ["build"],
types: ["Infrastructure/protocol", "Lego sets/toolkits"],
builtWith: ["halo2", "rust", "geth"],
},
}