Prerequisites

Getting Started

Prerequisite

Description

Node.js (>=16.x)

Required for running the framework.

npm

Package manager for JavaScript dependencies.

Bitquery API Key

Required for querying blockchain data via Bitquery.

Solana Keypair

A valid Solana keypair for blockchain interactions.


Installation

  1. Clone the Repository

    git clone https://github.com/ChainMindNetwork/cmd-fw-v1
    cd cmd-fw-v1
  2. Install Dependencies

    npm install

You’re now ready to configure and run the framework!

Last updated