Skip to content

docs: add demo-mode payment evidence documentation and fix build errors#48

Open
Emoji-dot wants to merge 2 commits into
emrekayat:mainfrom
Emoji-dot:feat/QUERY
Open

docs: add demo-mode payment evidence documentation and fix build errors#48
Emoji-dot wants to merge 2 commits into
emrekayat:mainfrom
Emoji-dot:feat/QUERY

Conversation

@Emoji-dot

Copy link
Copy Markdown
  • Add comprehensive documentation explaining demo vs real payment evidence
  • Document demo request flow with 402 challenge and retry semantics
  • Include minimal curl example using x-query402-demo-paid header
  • Link documentation from README
  • Fix TypeScript build errors:
    • Add PaymentPayload type import and assertion in x402.ts
    • Replace Node.js Buffer with browser-compatible base64 encoding in web/sponsorship.ts
    • Exclude test files from web app typecheck to avoid node:test import errors
    • Fix Windows path separator issue in memory.test.ts

All CI checks pass: typecheck, build, test, lint, format, source-artifacts
close #27

- Add comprehensive documentation explaining demo vs real payment evidence
- Document demo request flow with 402 challenge and retry semantics
- Include minimal curl example using x-query402-demo-paid header
- Link documentation from README
- Fix TypeScript build errors:
  - Add PaymentPayload type import and assertion in x402.ts
  - Replace Node.js Buffer with browser-compatible base64 encoding in web/sponsorship.ts
  - Exclude test files from web app typecheck to avoid node:test import errors
  - Fix Windows path separator issue in memory.test.ts

All CI checks pass: typecheck, build, test, lint, format, source-artifacts
@vercel

vercel Bot commented Jun 28, 2026

Copy link
Copy Markdown

@Emoji-dot is attempting to deploy a commit to the emrekayat's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jun 28, 2026

Copy link
Copy Markdown

@Emoji-dot Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

Document the demo-mode payment evidence flow

1 participant