-
Notifications
You must be signed in to change notification settings - Fork 0
3. Installation
piotr-iohk edited this page Dec 4, 2024
·
2 revisions
You can install MinaMesh using several options.
Ensure you have the Rust toolchain installed. If you do not, see installation instructions here.
# Clone and Build MinaMesh
git clone https://github.com/MinaFoundation/MinaMesh.git
cd MinaMesh
cargo build --release
# Confirm installation
target/release/mina-mesh --help
Ensure you have the Rust toolchain installed. If you do not, see installation instructions here.
# Install
cargo install [email protected]
# Confirm installation
mina-mesh --help
🗒️ Note: the version specifier is necessary when installing from the
beta
release channel. ReplaceX
with the latest version that can be found onmina_mesh
's crates.io page.
TBD