Tangle CLI Installation
The Tangle CLI (cargo-tangle) scaffolds, builds, and deploys Blueprints from your terminal.
CLI source (GitHub): https://github.com/tangle-network/blueprint/tree/main/cli
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 | shInstall from source
The script supports Linux, MacOS, and Windows (WSL2)
cargo install cargo-tangle --git https://github.com/tangle-network/blueprint --force