BuildCLIQuickstart

Tangle CLI Quickstart

CLI source (GitHub): https://github.com/tangle-network/blueprint/tree/v2/cli

Pre-requisites

Creating a New Tangle Blueprint

  1. For an in-depth guide to commands, see the Tangle Blueprint Commands. To get started right away with creating a Tangle Blueprint, open your terminal and run:
cargo tangle blueprint create --name <blueprint-name>
  1. Follow the prompts to set up your project. The following image shows the prompt flow with example input and defaults selected.

CLI Blueprint Creation

Deploying your Blueprint

See Deployment