We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474ef96 commit 0f1c4a4Copy full SHA for 0f1c4a4
README.md
@@ -7,6 +7,8 @@ Supports:
7
- Hono middleware
8
- Next.js route wrapper (`@zbdpay/agent-pay/next`)
9
10
+Want to run this immediately? See [Examples (Fastest Way to Run)](#examples-fastest-way-to-run).
11
+
12
## Requirements
13
14
- Node.js `>=22`
@@ -83,7 +85,9 @@ export const GET = withPaymentRequired(
83
85
- `ZBD_API_KEY`: required unless passed via config
84
86
- `ZBD_API_BASE_URL`: optional, default `https://api.zbdpay.com`
87
-## Examples
88
+## Examples (Fastest Way to Run)
89
90
+Use this local script path first to validate your environment before integrating middleware into your app.
91
92
- `examples/http-server.mjs`: minimal Node HTTP server using `createPaymentMiddlewareFoundation`
93
0 commit comments