Crates IO

You can install the Essential tools from crates.io.
Note that this method requires you to have Cargo installed and check the versions of the tools you are installing are compatible with the version of the Essential network you are using.

Install Pint

Once you have Cargo installed, you can build Pint from crates.io.

To install pint on your system path, run:

cargo install pint-cli

Install Essential REST Client

To install essential-rest-client on your system path, run:

cargo install essential-rest-client

Install Essential Wallet

Warning: Essential wallet is for testing purposes only. Do not use it for production. It has never been audited and should not be used to store real value.

To install essential-wallet on your system path, run:

cargo install essential-wallet

Install Essential Builder

To install essential-builder-cli on your system path, run:

cargo install essential-builder-cli

Install Essential Node

To install essential-node-cli on your system path, run:

cargo install essential-node-cli