austintgriffith / eth.build

🛠🧮 Educational sandbox for building on web3. Visually understand how Ethereum works by doing.
https://eth.build
MIT License
703 stars 185 forks source link

Implement Quadratic Funding ETH.BUILD circuit #38

Open owocki opened 4 years ago

owocki commented 4 years ago

The objective of this ticket is to build a quadratic funding ETH.Build circuit. You basically need to follow this formula:

Screen Shot 2020-06-18 at 11 46 57 AM

which basically in plain english is

The amount received by the project is (proportional to) the square of the sum of the square roots of contributions received

The circuit would basically need to implement this formula.

owocki commented 4 years ago

@austintgriffith feedback welcome!