Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stockpilelabs/open-grants-poc
Proof of concept for Stockpile open grants, powered by quadratic funding
https://github.com/stockpilelabs/open-grants-poc
blockchain grants quadratic-funding solana
Last synced: 24 days ago
JSON representation
Proof of concept for Stockpile open grants, powered by quadratic funding
- Host: GitHub
- URL: https://github.com/stockpilelabs/open-grants-poc
- Owner: StockpileLabs
- Created: 2023-05-15T16:29:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-20T18:32:36.000Z (over 1 year ago)
- Last Synced: 2024-11-14T06:38:34.853Z (3 months ago)
- Topics: blockchain, grants, quadratic-funding, solana
- Language: TypeScript
- Homepage: https://stockpile-grants-poc.vercel.app
- Size: 344 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stockpile Grants
[![Website](https://img.shields.io/badge/Website-orange.svg)](https://stockpile.pro) [![Docs](https://img.shields.io/badge/Docs-orange.svg)](https://docs.stockpile.pro)
This is a proof of concept for open grants on Stockpile, powered by a modified implementation of quadratic funding on Solana.## Spec
- Create grants and participate in funding rounds
- Funding round admins approve grant format & grant appears on UI
- Contribute to grants with SOL or USDC
- Contributions serve as votes for the larger pool distribution
- Funds are distributed based on votes on round end date
- Rudimentary auth system for identifying a user based on a public key
- Civic Pass required for valid votes for Sybil Resistance## Milestones
- ✅ Minimally viable UI
- ✅ Grant creation and approval queueing
- ✅ Funding round creation & address whitelisting
- ❌ Admin approval
- ❌ Program implementation
- ❌ Grant contributions & vote calculation
- ❌ Funding round distribution & closing