Installation

Installation

The ArcheAI Framework is a modular and robust framework designed for deploying, interacting with, and managing AI agents and tokens. This guide will walk you through the installation process

Prerequisites

Before installing and using the ArcheAI Framework, ensure you have the following:

  • Node.js: Install the latest stable version of Node.js. You can download it from Node.js Official Websitearrow-up-right.

    • Confirm installation by running:

      node -v
  • npm: Node Package Manager (npm) is installed along with Node.js.

    • Confirm installation by running:

      npm -v
  • Git: Ensure Git is installed to clone the repository. You can download it from Git Official Websitearrow-up-right.

    • Confirm installation by running:

      git --version
  • BitQuery API Key: Sign up for BitQuery and obtain an API key from BitQueryarrow-up-right.

Installation

To get started, clone the ArcheAI Framework repository and install its dependencies:

  1. Clone the repository:

  2. Navigate into the cloned directory:

  3. Install dependencies:

Alternative

Last updated