This guide helps you rapidly set up your local environment, clone the repository, and start running interactive demos and examples for the Agent Commerce Kit (ACK).

Prerequisites

Ensure you have the following installed:

Installing pnpm

ACK uses pnpm for dependency management. If you’re running Node.js v22.x or later, you can install and manage pnpm easily using Node’s built-in corepack:

corepack enable

Now, running any subsequent pnpm command will automatically install the correct version.

Clone the Repository

Clone the ACK repository locally using git:

git clone https://github.com/agentcommercekit/ack.git
cd ack

Set Up Your Local Environment

From the repository root, run the following command to install dependencies and set up local environment variables:

pnpm run setup

This prepares your system to run ACK demos and examples.

Security Considerations

These demos use testnet environments and example API keys. They are strictly for educational and development purposes and must not be used in production environments.

Always handle your API keys securely and responsibly, and never expose sensitive information publicly.

Explore ACK

Start exploring ACK through interactive demos:

  • Demos Overview – Introductory overview and detailed walkthroughs of demos.
  • Code Examples – Focused examples demonstrating specific functionalities.

Next Steps

Further deepen your understanding of ACK:

Enjoy exploring ACK!