Prerequisites
Ensure you have the following installed:Installing pnpm
ACK usespnpm
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
:
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: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.