Quickly set up the Agent Commerce Kit (ACK) and run demos and examples.
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).
Ensure you have the following installed:
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
:
Now, running any subsequent pnpm
command will automatically install the correct version.
Clone the ACK repository locally using git:
From the repository root, run the following command to install dependencies and set up local environment variables:
This prepares your system to run ACK demos and examples.
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.
Start exploring ACK through interactive demos:
Further deepen your understanding of ACK:
Enjoy exploring ACK!