In this directory you'll find several Demos walking you through different parts of the Agent Commerce Kit.
We recommend running the demos from the root of the project with the command below, but each demo can also be run directly from its project directory with pnpm run demo.
An example of server and client agents identifying each other using ACK-ID.
pnpm demo:identityAn example of a server requiring and verifying payment, using ACK-Pay.
pnpm demo:paymentsA combined demo showcasing ACK-ID and ACK-Pay together.
pnpm demo:e2eA demo showing how AsterPay KYA Trust Score tokens integrate with ACK-ID for trust-gated agent commerce via ERC-8183.
pnpm demo:asterpay-kyaThese demos are designed as interactive walkthroughs of various ACK flows. The source code is designed with this in mind, and may not be suitable for production environments.