This is work in progress.
We want to let anyone crowfund dApp features.
- A developer sets a funding goal for an issue,
- Others fund it,
- The dev builds the feature and collects the bounty.
Use a chrome extension to show funding progress directly in github issues (and collect feedback in the dApp, or on Twitter):
Tech we need:
- a github action (python), turning github issues (like https://github.com/seichris/issues-to-website/issues) into a neat website (like https://issues-to-website.vercel.app/)
- an escrow smart contract
- a service that watches the escrow contract
- a chrome extension that updates the funding UI on github / in the dApp UI / on Twitter (could also just be a gh PR message bot)
