Skip to content

Commit

Permalink
docs: add projects page to the doc website
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Jun 25, 2024
1 parent 457448a commit f303aca
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ const config: Config = {
label: "Roadmap",
position: "left",
},
{
to: "/projects",
label: "Projects",
position: "left",
},
{
type: "docsVersionDropdown",
position: "right",
Expand Down
50 changes: 50 additions & 0 deletions website/src/pages/projects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: Projects built with MACI
description: A list of projects built with the MACI protocol
---

# Projects built with MACI

Please find below a list of all projects built with MACI. If you have a project that is not listed, please reach out to our team in the [PSE Discord](https://discord.com/invite/sF5CT5rzrR) (`#maci` channel), or [create an issue on our GitHub](https://github.com/privacy-scaling-explorations/maci/issues).

## Production

- [clr.fund](https://clr.fund): a protocol for efficiently allocating funds to public goods that benefit the Ethereum Network
- [MACI_QF in Allo](https://github.com/gitcoinco/MACI_QF): a MACI Quadratic Funding strategy to be used within Gitcoin's Allo Protocol
- [MACI-RPGF](https://github.com/privacy-scaling-explorations/maci-rpgf): a fork from Easy-RPGF that enables any community to easily run an RPGF round using MACI

## Utilities

- [MACI Starter Kit](https://github.com/yashgo0018/maci-wrapper): a starter kit for quickly prototyping applications with MACI

## Hackathons

### ETHBerlin 2024

- [Voto](https://projects.ethberlin.org/submissions/334) Voto is an on-chain censorship-resistant anonymous voting solution built on decentralised identities.

### ETHDam 2024

- [0xFeedback](https://taikai.network/cryptocanal/hackathons/ethdam2024/projects/cluyuw0j200y3yz01yjjd4rap/idea) A privacy preserving B2C Survey Platform
- [StealthAlloc](https://taikai.network/cryptocanal/hackathons/ethdam2024/projects/cluxse8cz00pjz3010wbq3thf/idea) MACI as an Allo protocol Quadratic Funding Strategy for collusion-resistant, privacy-protecting allocations
- [NEVO](https://taikai.network/cryptocanal/hackathons/ethdam2024/projects/cluz9746q01c2z301tupriiuq/idea) MACI's anti-collusion voting system with Near Protocol's Cross-Chain Signatures

### ETHTaipei 2024

- [EtherTale](https://taikai.network/ethtaipei/hackathons/hackathon-2024/projects/clu501yr50l1ey501e65jj8nr)

### ETHGlobal London 2024

- [Demokratia](https://ethglobal.com/showcase/demokratia-c7bab)
- [SkaffoldMACI+ZkOSIOS](https://ethglobal.com/showcase/skaffoldmaci-zkosios-2no6q)
- [Vota Protocol](https://ethglobal.com/showcase/vota-protocol-qxf3z)
- [Votelik Pollerin](https://ethglobal.com/showcase/votelik-pollerin-u0dcs)
- [Anon Vote](https://ethglobal.com/showcase/anonvote-uc7w0)

### ETHGlobal Circuit Breaker 2024

- [MACI Subgraph](https://ethglobal.com/showcase/maci-subgraph-89h7c)

## Unmaintained

- [Quadratic Dollar Homepage](https://github.com/privacy-scaling-explorations/qdh)

0 comments on commit f303aca

Please sign in to comment.