Skip to content

docs: rewrite README for USDC bounty marketplace MVP (Fixes #40) - #65

Open
Aduersarius wants to merge 1 commit into
andr-drgm:mainfrom
Aduersarius:docs/enhance-readme-issue-40
Open

Aduersarius wants to merge 1 commit into
andr-drgm:mainfrom
Aduersarius:docs/enhance-readme-issue-40

Conversation

@Aduersarius

Copy link
Copy Markdown

Summary

Rewrites README.md so it matches the current USDC bounty marketplace MVP (Privy auth, dashboard bounty tabs, webhook solve flow) instead of the legacy NextAuth / SOL+NFT docs and wrong clone URL.

Also adds the missing .env.example referenced by PRIVY_SETUP.md.

Why this should win over copy-paste README PRs

  • Documents what the code actually does: webhook sets submission APPROVED / bounty SOLVED in Postgres; on-chain USDC transfer is not in the webhook yet.
  • Correct clone URL, stack (Next 15 / React 19 / Privy / Prisma 6), and local setup.
  • Webhook + HTTP API surface for new contributors.
  • Commits .env.example so cp .env.example .env.local works.

Test plan

  • README renders cleanly on GitHub
  • Links to PRIVY_SETUP.md / MIGRATION_SUMMARY.md resolve
  • .env.example keys match vars used in src/lib/privy.ts and webhook code
  • No claim of implemented on-chain auto-pay beyond DB verification

Fixes #40

Align docs with Privy auth, dashboard bounty tabs, webhook solve flow,
and add the missing .env.example. Be explicit that merge verification is
DB-side; on-chain payout is not in the webhook yet.

Fixes andr-drgm#40
@vercel

vercel Bot commented Sep 5, 2026

Copy link
Copy Markdown

@Aduersarius is attempting to deploy a commit to the Andrei's projects Team on Vercel.

A member of the Team first needs to authorize it.

@emireits-cmd

Copy link
Copy Markdown

Friendly bump — our solution is still open at #65 (README + .env.example for #40). Happy to iterate on feedback. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enchance README

2 participants