-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #171 from aguzmant103/main
feat: adding MACI-RPGF to project list
- Loading branch information
Showing
4 changed files
with
3,559 additions
and
2,781 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"], | ||
}, | ||
} |
Oops, something went wrong.