Skip to content

Commit

Permalink
chore: add ethglobal singapore projects (#1879)
Browse files Browse the repository at this point in the history
* chore: add ethglobal singapore projects

* chore: add remaining projects
  • Loading branch information
jennyg0 authored Nov 2, 2024
1 parent 8986875 commit 822f1ff
Showing 1 changed file with 115 additions and 0 deletions.
115 changes: 115 additions & 0 deletions apps/website/src/content/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,120 @@
"github": "https://github.com/privacy-scaling-explorations/qdh",
"website": "https://quadratic.page/"
}
},
{
"name": "PriVote",
"description": "An open-source, decentralized voting platform that uses MACI for privacy and offers various authentication methods for secure, private polling.",
"hackathon": "ETHGlobal Singapore 2024",
"status": "Hackathon",
"links": {
"github": "https://github.com/Privote-project"
}
},
{
"name": "PolyVote",
"description": "An end-to-end private voting service using MPC, ZK and AI to recommend and process votes.",
"hackathon": "ETHGlobal Singapore 2024",
"status": "Hackathon",
"links": {
"github": "https://github.com/ElectionZap/eth-singapore"
}
},
{
"name": "ChillVille",
"description": "A private onchain voting system with sybil resistance by combining MACI and zkTLS.",
"hackathon": "ETHGlobal Singapore 2024",
"status": "Hackathon",
"links": {
"website": "https://eth-sg.vercel.app/",
"github": "https://github.com/wasabijiro/ChillVille"
}
},
{
"name": "MACPI",
"description": "A reliable DAO voting infrastructure for next billion users",
"hackathon": "ETHGlobal Singapore 2024",
"status": "Hackathon",
"links": {
"website": "https://maci-tap.vercel.app/",
"github": "https://github.com/0xhardman/tap-maci"
}
},
{
"name": "Silent Wars",
"description": "A telegram mini-app guild based game with resource collection and voting.",
"hackathon": "ETHGlobal Singapore 2024",
"status": "Hackathon",
"links": {
"website": "https://2024-eth-singapore-5k28.vercel.app/",
"github": "https://github.com/taijusanagi/2024-eth-singapore"
}
},
{
"name": "Judg3",
"description": "A next-generation voting system that leverages the power of consensus over your conscious mind.",
"hackathon": "ETHGlobal Singapore 2024",
"status": "Hackathon",
"links": {
"github": "https://github.com/team-somehow/judg3"
}
},
{
"name": "EZKPoll",
"description": "A polling system utilizing MACI to empower ZK on polling and A/B testing.",
"hackathon": "ETHGlobal Singapore 2024",
"status": "Hackathon",
"links": {
"website": "https://ezkpoll.onrender.com/",
"github": "https://github.com/abcd5251/EzkPoll"
}
},
{
"name": "Geist",
"description": "A Decentralized Autonomous Website (DAW) builder that enables censorship-resistant, trustless deployments and governance for DAOs through private previews, zk-proof-based deployments, and anti-collusion voting.",
"hackathon": "ETHGlobal Singapore 2024",
"status": "Hackathon",
"links": {
"website": "https://gateway.geist.network/",
"github": "https://github.com/debuggingfuture/geist"
}
},
{
"name": "Sniper",
"description": "An AI companion designed to improve personal productivity and growth.",
"hackathon": "ETHGlobal Singapore 2024",
"status": "Hackathon",
"links": {
"github": "https://github.com/MusubiLabs/sniper"
}
},
{
"name": "zkElect",
"description": "A blockchain-based platform using zk-SNARKs and MACI for secure, anonymous, and transparent voting, preventing tampering, coercion, and bribery.",
"hackathon": "ETHGlobal Singapore 2024",
"status": "Hackathon",
"links": {
"github": "https://github.com/anvats/zkElect"
}
},
{
"name": "clr.wiki",
"description": "Collusion-resistant information dispute resolution tool using MACI.",
"hackathon": "ETHGlobal Singapore 2024",
"status": "Hackathon",
"links": {
"website": "https://www.cl3r.wiki/",
"github": "https://github.com/seigneur/clr-wiki"
}
},
{
"name": "DAOTown",
"description": "The project streamlines DAO activities, governance, and tokenomics with decentralized infrastructure.",
"hackathon": "ETHGlobal Singapore 2024",
"status": "Hackathon",
"links": {
"website": "https://eth-global-sg.vercel.app/",
"github": "https://github.com/MukulKolpe/ETHGlobalSG"
}
}
]

0 comments on commit 822f1ff

Please sign in to comment.