feat: adding MACI-RPGF to project list

This commit is contained in:
Andy
2024-06-13 15:30:49 -06:00
parent 3ed847666f
commit d3531755b3
4 changed files with 3556 additions and 2778 deletions

View File

@@ -39,6 +39,7 @@ import { zkitter } from "./projects/zkitter"
import { zkml } from "./projects/zkml"
import { Zkopru } from "./projects/zkopru"
import { zkp2p } from "./projects/zkp2p"
import { maciRPGF } from "./projects/maci-rpgf"
export const ProjectLinkIconMap: ProjectLinkType = {
github: GithubIcon,
@@ -86,4 +87,5 @@ export const projects: ProjectInterface[] = [
zk3,
voicedeck,
zkemail,
maciRPGF
]

View File

@@ -0,0 +1,26 @@
import { ProjectInterface } from "@/lib/types"
const description = `
MACI-RPGF is an implementation of EasyRetroPGF with MACI. This project quickly enables any community, organization or ecosystem to run an optimism-style rpgf round. It is highly configurable to enable different gating mechanisms (token based, attestation based, hats-based, etc) and an easy-to-use UI for both: round organizers and voters.
`
export const maciRPGF: ProjectInterface = {
id: "maci-rpgf",
section: "pse",
projectStatus: "active",
image: "maci-rpgf.png",
name: "MACI RPGF",
tldr: "Run your optimism-style rpgf round in your community! Forked from EasyRetroPGF and enhanced with MACI for privacy, anti-bribery and anti-collusion",
description,
links: {
github: "https://github.com/privacy-scaling-explorations/maci-rpgf",
website: "https://maci.pse.dev",
twitter: "https://twitter.com/zkmaci",
},
tags: {
keywords: ["Anonymity/privacy", "Voting/governance"],
themes: ["build"],
types: ["Lego sets/toolkits", "Infrastructure/protocol", "Public Good"],
builtWith: ["MACI", "EAS", "EasyRetroPGF"],
},
}

6306
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 KiB