Fork this repo to collect and crowdfund user feedback
User flow:
- A user opens a feature request issue,
- A developer sets a funding goal for the issue,
- A funder funds the issue,
- The dev builds the feature and collects the bounty.
v1 features for ETHglobal hackathon
- a github action, turning github issues into json files (#1)
- a website, listing all issues ((#2))
- an escrow smart contract ((#3))
- a service that watches the escrow contract ((#4))
- a comment bot that shows the funding status ((#5))
v2 for the glorious future
- a chrome extension that updates the funding UI on github (and collect feedback in the dApp, or on Twitter) ((#6))
- map ETH addresses to gh names ((#7))
- a landing page ((#8))
- a DAO ((#9))
This is a Next.js project bootstrapped with create-next-app
and Tailwind CSS.
First, run the development server:
npm run dev
# or
yarn dev
Open 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.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Check Next.js deployment documentation for more details.