mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-11 07:08:07 -05:00
feat: adding MACI-RPGF to project list
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
26
data/projects/maci-rpgf.ts
Normal file
26
data/projects/maci-rpgf.ts
Normal 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
6306
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
BIN
public/project-banners/maci-rpgf.png
Normal file
BIN
public/project-banners/maci-rpgf.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 306 KiB |
Reference in New Issue
Block a user