Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

Expand Down Expand Up @@ -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
Expand Down