Skip to content

docs(examples): rewrite READMEs for standalone apps#1

Open
enesozturk wants to merge 2 commits into
mainfrom
docs/standalone-readmes
Open

docs(examples): rewrite READMEs for standalone apps#1
enesozturk wants to merge 2 commits into
mainfrom
docs/standalone-readmes

Conversation

@enesozturk

Copy link
Copy Markdown
Contributor

The example READMEs assumed the monorepo (pnpm --filter, build:packages from repo root, "build pay-core first"). These examples are now individual, self-contained apps that install @walletconnect/pay-* from npm (^0.2.0), so setup collapses to pnpm install && pnpm dev.

Changes

  • gateway/headless-checkout-vanilla — dropped the build:packages step and pnpm --filter … commands; setup is now pnpm install && pnpm dev.
  • gateway/headless-checkout (Next.js) — full rewrite. The old README was stale: it described an old pay-core-only mock-seam "Layer B" PoC, but the app is a full pay-react + pay-appkit checkout with a server-side pay-core/server Engine proxy under app/api/wcp/*. New README documents the actual stack, env vars (NEXT_PUBLIC_APPKIT_PROJECT_ID, WCP_API_URL, WCP_WALLET_API_KEY), the /[paymentId] route, and the dev-proxy caveat.

Root README was already standalone-correct — untouched.

🤖 Generated with Claude Code

enesozturk and others added 2 commits July 6, 2026 15:47
The example READMEs assumed the monorepo (pnpm --filter, build:packages
from repo root, "build pay-core first"). These are now individual,
self-contained apps that install @walletconnect/pay-* from npm (^0.2.0),
so the setup collapses to `pnpm install && pnpm dev`.

Also rewrote the Next.js README, which was stale — it described an old
pay-core-only mock-seam PoC, but the app is a full pay-react + pay-appkit
checkout with a server-side pay-core/server Engine proxy.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The vanilla example already ships one; the Next.js app didn't. Mirrors
its README env section (NEXT_PUBLIC_APPKIT_PROJECT_ID + WCP_API_URL +
WCP_WALLET_API_KEY).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.

2 participants