Skip to main content
Version: latest

Install Command Line

Installation

To install the BBA Chain CLI, follow these steps:

Prerequisites

Ensure you have the following prerequisites installed on your system:

  • Node.js (version 14 or higher)
  • npm (Node package manager)

Steps

  1. Open your terminal.

  2. Run the following command to install the BBA Chain CLI globally:

    npm install -g bba-chain-cli
  3. Verify the installation by running:

    bba-chain --version

    You should see the version number of the BBA Chain CLI.

You have successfully installed the BBA Chain CLI!