ArcheAI Agent Framework
  • Welcome
  • getting started
    • Installation
  • Environment Variables Config
  • Quick Interaction
  • archeaiframework
    • The Framework
  • Company
    • About
Powered by GitBook
On this page
  • Prerequisites
  • Installation
  1. archeaiframework

The Framework

Prerequisites

Prerequisite
Description

Node.js (>=16.x)

Required for running the framework.

npm

Package manager for JavaScript dependencies.

Bitquery API Key

For querying blockchain data via Bitquery.

Solana Keypair

A valid Solana keypair for blockchain interactions.

Installation

Clone the repository from GitHub:

git clone https://github.com/qudeai/qudeai-framework-v.1.git
cd qudeai-framework-v.1

Install the required dependencies:

npm install
PreviousQuick InteractionNextAbout

Last updated 3 months ago