Setting Up Supra-Toolbox

This section walks you through getting up supra-toolbox in your system.

Building Tools from Source

To create the supra-toolbox executable binaries from the source code, you'll first need to install Rust and Cargo.

Follow the comprehensive instructions on the Rust installation page to get started. Keep in mind that supra-toolbox currently requires a Rust nightly version.

Once Rust is installed, you can use the following commands to build the binaries:

  1. Clone the repository:

    git clone https://github.com/Entropy-Foundation/supra-toolbox.git
    
  2. Build the binaries:

    cargo build --release
    

After these commands run, you'll have the executable binaries for all supra-toolbox tools, so there's no need to build individual tools separately.