Tangle CLI Installation
Prerequisites
- Install Rust
You can install Rust by following the instructions on the Rust Installation Guide
or run the following command:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Install from source
- From source (nightly)
The script supports Linux, MacOS, and Windows (WSL2)
cargo install cargo-tangle --git https://github.com/tangle-network/blueprint --force