Skip to content

Commit

Permalink
Merge pull request #199 from hodlon/patch-3
Browse files Browse the repository at this point in the history
Update maci-rpgf.json
  • Loading branch information
kalidiagne authored Oct 9, 2024
2 parents 2370597 + e3ea278 commit a46c240
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 9 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions app/i18n/locales/en/projects/maci-platform.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"description": "MACI Platform is an implementation of EasyRetroPGF with MACI. This project enables any community, organization or ecosystem to run a voting round. It is highly configurable to enable different voting mechanisms (quadratic voting, quadratic funding, ranked choice, etc), gating mechanisms (token based, attestation based, hats-based, etc) and an easy-to-use UI for both round organizers and voters.",
"tldr": "Run a voting round in your community! Forked from EasyRetroPGF and enhanced with MACI for privacy, anti-bribery and anti-collusion"
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions app/i18n/locales/zh-TW/projects/maci-rpgf.json

This file was deleted.

2 changes: 1 addition & 1 deletion data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { eigenTrust } from "./projects/eigen-trust"
import { Interep } from "./projects/interep"
import { jubmoji } from "./projects/jubmoji"
import { maci } from "./projects/maci"
import { maciRPGF } from "./projects/maci-rpgf"
import { maciPlatform } from "./projects/maci-platform"
import { nfctap } from "./projects/nfctap"
import { OpenPassport } from "./projects/openpassport"
import { p0tion } from "./projects/p0tion"
Expand Down
8 changes: 4 additions & 4 deletions data/projects/maci-rpgf.ts → data/projects/maci-platform.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { ProjectInterface } from "@/lib/types"

export const maciRPGF: ProjectInterface = {
id: "maci-rpgf",
export const maciPlatform: ProjectInterface = {
id: "maci-platform",
section: "pse",
projectStatus: "active",
image: "maci-rpgf.png",
name: "MACI RPGF",
name: "MACI Platform",
links: {
github: "https://github.com/privacy-scaling-explorations/maci-rpgf",
github: "https://github.com/privacy-scaling-explorations/maci-platform",
website: "https://maci.pse.dev",
twitter: "https://twitter.com/zkmaci",
},
Expand Down

0 comments on commit a46c240

Please sign in to comment.