Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add projects page to the doc website #1612

Merged
merged 1 commit into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
Loading