Installation
Last updated
Last updated
The Autumn Framework is a flexible toolkit designed to help you deploy, manage, and interact with AI-powered agents and tokenized systems on the blockchain. This guide walks you through the setup process so you can start building quickly.
Before setting up Autumn, make sure your environment includes the following:
Node.js: Install the latest LTS version from . Verify it's installed:
npm (Node Package Manager): Bundled with Node.js. Check with:
Git: Required to clone the Autumn repository. Verify with:
Set up Autumn on your local machine with these steps:
Use Git to pull down the Autumn Framework source code:
Navigate into the downloaded directory:
Use npm to install the required packages:
Prefer to install directly from npm? You can: