Installation

The QudeAI 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 QudeAI Framework, ensure you have the following:

  • Node.js: Install the latest stable version of Node.js. You can download it from Node.js Official Website.

    • 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 Website.

    • Confirm installation by running:

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

Installation

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

  1. Clone the repository:

    git clone https://github.com/qudeai/qudeai-framework-v.1.git
  2. Navigate into the cloned directory:

    cd qudeai-framework-v.1
  3. Install dependencies:

    npm install

Alternative

npm i @qudeaiframework/v.1beta

Last updated