Quickstart
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).
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
:
Now, running any subsequent pnpm
command will automatically install the correct version.
Clone the Repository
Clone the ACK repository locally using git:
Set Up Your Local Environment
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.
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!