Skip to main content
Version: 0.15 (unstable)

Installation

Use the same release tag, crate version, or Git revision for every component in a network deployment. Mixing component versions can leave services with incompatible RPC, storage, or protocol expectations.

Install Templateโ€‹

Install a released binary from crates.io. Replace <component> with one of the component names below.

cargo install <component> --version <version> --locked

Or install directly from a repository revision:

cargo install <component> --git https://github.com/0xMiden/node.git --rev <revision> --locked

Check the installed binary:

<component> --help

Component Namesโ€‹

  • miden-node
  • miden-validator
  • miden-ntx-builder
  • miden-remote-prover
  • miden-network-monitor

You can also build images locally from a repository checkout:

make docker-build