diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 25db4e7..3d1492c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -197,6 +197,7 @@ Private packages ignored by Changesets (see [`.changeset/config.json`](.changese - `contracts` - `@abstract-foundation/agw-core` - `@abstract-foundation/agw-cli-app` +- `agw-nextjs` - `mpp-abstract-agent-example` - `mpp-abstract-hono-example` - `mpp-demo` diff --git a/README.md b/README.md index c6e61c7..ab24a52 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Everything is built on [viem](https://viem.sh), ships ESM + CJS dual builds with | Path | Description | | --- | --- | | [`examples/agent-client`](examples/agent-client) | Minimal `mppx` client paying an Abstract-gated API with `@abstract-foundation/mpp`. | +| [`examples/agw-nextjs`](examples/agw-nextjs) | Next.js example app using the AGW client and React packages. | | [`examples/hono-server`](examples/hono-server) | Hono server that charges ERC-3009 and opens payment channel sessions via `@abstract-foundation/mpp`. | | [`examples/mpp-demo`](examples/mpp-demo) | Next.js demo combining AGW login with the MPP payment flow end-to-end. | @@ -99,6 +100,7 @@ abstract-packages/ │ └── cli-companion/ # Next.js session approval UI ├── examples/ # Runnable reference integrations │ ├── agent-client/ # mppx client example +│ ├── agw-nextjs/ # Next.js AGW example app │ ├── hono-server/ # Hono + mpp server example │ └── mpp-demo/ # Full Next.js demo ├── packages/ # Published + internal packages