Skip to content

Commit

Permalink
Merge pull request #171 from aguzmant103/main
Browse files Browse the repository at this point in the history
feat: adding MACI-RPGF to project list
  • Loading branch information
ChialiT committed Jun 13, 2024
2 parents 3ed8476 + d353175 commit eae33aa
Show file tree
Hide file tree
Showing 4 changed files with 3,559 additions and 2,781 deletions.
2 changes: 2 additions & 0 deletions data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -86,4 +87,5 @@ export const projects: ProjectInterface[] = [
zk3,
voicedeck,
zkemail,
maciRPGF
]
26 changes: 26 additions & 0 deletions data/projects/maci-rpgf.ts
Original file line number Diff line number Diff line change
@@ -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"],
},
}
Loading

0 comments on commit eae33aa

Please sign in to comment.