eth.build
eth.build copied to clipboard
Implement Quadratic Funding ETH.BUILD circuit
The objective of this ticket is to build a quadratic funding ETH.Build circuit. You basically need to follow this formula:
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.
@austintgriffith feedback welcome!