dawksh / quad-funds

contract for making quadratic funding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A contract to make disburse quadratic funds.

What is quadratic funding?

By Vitalik

Data Flow

Investor can add projects and lock in funds in the contract -> Block number can be specified to start public funding and stop the funding -> can't unlock the funds once the public funding starts -> a function can be used to disburse the funds to the respective projects

Side Note

I tried to run this on the javascript chain on Remix IDE and it crashed. I am assuming the square root function is breaking it, or the values are overflowing somewhere.

About

contract for making quadratic funding


Languages

Language:Solidity 60.4%Language:JavaScript 39.6%