Getting Started
Prerequisites
To get started, ensure you have the following installed:
PrerequisiteDescription
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/frausai/frausai-framework-v.1.git
cd frausai-framework-v.1
Install the required dependencies:
npm install
Last updated