https://github.com/anish-agnihotri/quadratic-funding
Quadratic Funding is the mathematically optimal way to fund public goods in a democratic community.
https://github.com/anish-agnihotri/quadratic-funding
funding goods public quadratic quadratic-funding
Last synced: 2 months ago
JSON representation
Quadratic Funding is the mathematically optimal way to fund public goods in a democratic community.
- Host: GitHub
- URL: https://github.com/anish-agnihotri/quadratic-funding
- Owner: Anish-Agnihotri
- Created: 2020-08-02T17:16:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T16:30:32.000Z (over 2 years ago)
- Last Synced: 2025-06-03T16:11:46.108Z (5 months ago)
- Topics: funding, goods, public, quadratic, quadratic-funding
- Language: JavaScript
- Homepage: https://quadratic-funding.vercel.app
- Size: 14 MB
- Stars: 64
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quadratic Funding Calculator
## Setup
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.