Installation

Install Chiral cli

The easiest way to get Chiral cli is to install the latest stable release.

On Linux and macOS systems

curl https://www.chiral.one/download/install.sh -sSf | sh

It will download a script, and start the installation. If the installation process completes successfully, you'll see this appear:

Chiral Command-Line-Interface installed!
Type './chiral' to start ...

On Windows

we are still working on the solution.

Build and Install Chiral cli from Source

Alternatively, you can build it from source.

After cloning the whole project, run the following command to build the binaries ofca Chiral cli.

cargo build --release -p chiral-cli

Last updated