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
-
Open your terminal.
-
Run the following command to install the BBA Chain CLI globally:
npm install -g bba-chain-cli
-
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!