Skip to content

CLI instructions

Clone the Hylé repository

Clone the Hylé repository.

git clone https://github.com/Hyle-org/hyle.git

Use the CLI

To interact with the node, use the cli hyled:

cargo run --bin hyled -- --help

(Optional) Install the CLI

You can install the CLI for easier access.

cargo install --path . --bin hyled
hyled --help