Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.13 KB

File metadata and controls

51 lines (30 loc) · 1.13 KB

Agent Commerce Kit Demos

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.

Demos

Identity demo

An example of server and client agents identifying each other using ACK-ID.

pnpm demo:identity

View the code

Payments demo

An example of a server requiring and verifying payment, using ACK-Pay.

pnpm demo:payments

View the code

End-to-End demo

A combined demo showcasing ACK-ID and ACK-Pay together.

pnpm demo:e2e

View the code

AsterPay KYA Trust Score demo

A demo showing how AsterPay KYA Trust Score tokens integrate with ACK-ID for trust-gated agent commerce via ERC-8183.

pnpm demo:asterpay-kya

View the code

Note

These 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.