Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Software prerequisites

Install the client

Run the following command to install the miden-client:

cargo install miden-client-cli --locked

This installs the miden-client binary (at ~/.cargo/bin/miden-client).

Run the client

If the install worked correctly, you should be able to check the version by running:

miden-client --version

Once installed, you may run:

miden-client --help

This will show you the available commands and options for the client.

An more in depth tutorial can be fund in the Getting started section.