💰

Quadratic Funding

Funding round that uses quadratic matching (capital-constrained liberal radicalism)

Branch Info

Author: Austin Griffith Source code: https://github.com/scaffold-eth/scaffold-eth-examples/tree/emoji-support Intended audience: Intermediate Topics: Scaffold-eth basics, quadratic matching

🏃‍♀️ Quick Start

git clone https://github.com/scaffold-eth/scaffold-eth-examples.git emoji-support
cd emoji-support
git checkout emoji-support
yarn install
you might get node-gyp errors, ignore them and run:
yarn start
in a second terminal window:
yarn chain
in a third terminal window:
yarn deploy
🔏 Edit the deploy script: packages/buidler/scripts/deploy.js
📝 Edit your frontend App.jsx in packages/react-app/src
📱 Open http://localhost:3000 to see the app
📡 Deploy by creating account yarn generate send funds to yarn account and then edit packages/buidler/buidler.config.js defaultNetwork
🚢 Ship your app with yarn build and then yarn surge or yarn s3
image
image
Last modified 1yr ago