Installation
The FrausAI 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 FrausAI 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 FrausAI Framework repository and install its dependencies:
Clone the repository:
git clone https://github.com/frausai/frausai-framework-v.1.git
Navigate into the cloned directory:
cd frausai-framework-v.1
Install dependencies:
npm install
Alternative
npm i @frausaiframework/v.1beta
Last updated