Getting Started

Prerequisites

To get started, ensure you have the following installed:

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

Last updated