Nexis CLI is a powerful tool that allows you to interact with the Nexis Native Chain directly from your terminal. As a developer, setting it up locally is essential. Here’s a step-by-step guide to get you started:
Update and Install Dependencies
To ensure your system is up to date and has all the necessary dependencies, run the following commands:
Install the required binaries by running the installation script:
Copy
./scripts/cargo-install-all.sh .
Run CLI
Run the Nexis CLI with the following command:
Copy
./nexis-network/target/release/nexis
Note: Make sure to add the Nexis CLI as a binary on your machine. Follow the command line instructions displayed on screen after the installation of all packages.This will start the Nexis CLI, allowing you to interact with the Nexis Native Chain directly from your terminal.