Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 2.01 KB

README.md

File metadata and controls

50 lines (32 loc) · 2.01 KB

Fork this repo to collect and crowdfund user feedback


User flow:

  1. A user opens a feature request issue,
  2. A developer sets a funding goal for the issue,
  3. A funder funds the issue,
  4. 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.

Development

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!

Deploy on Vercel / Netlify

Check Next.js deployment documentation for more details.