Skip to main content

19 docs tagged with "CLI"

Command Line Interface.

View all tags

Before You Start

A guide to familiarizing yourself with the IOTA repository, branch and network structure, SDKs, CLI, and recommended IDEs and plugins.

Hello IOTA

This basic example introduces you to the IOTA TypeScript SDK. The Node.js example mints IOTA on an IOTA

Install IOTA

Install the IOTA framework and required prerequisites on your system, including the IOTA command line interface to interact with the IOTA network.

IOTA Client CLI

The IOTA Client CLI provides command-level access to interact with the IOTA network.

IOTA Client PTB CLI

The IOTA Client PTB CLI enables a user to construct a PTB and execute it from the command line or a file.

IOTA Console CLI

The IOTA Console CLI provides command-level access to interact with the IOTA network by wrapping the IOTA Client CLI command.

IOTA Keytool CLI

The IOTA Keytool CLI has commands for managing and generating addresses, working with private keys, or signatures.

IOTA Move CLI

The IOTA CLI move command provides commands for working with Move source code directly from a terminal or console.

IOTA Validator CLI

The IOTA CLI validator command provides command-level access to validator features of the IOTA network.

Local Development

Guide to setting up and using a local IOTA network for development and testing.

Migrating a Coin to Coin Manager

The previous articles in this section showcase how to create a Coin object with different constructors. Namely, createcurrency and createregulated_currency.

Publish a Package

Learn how to publish your Move package on the IOTA network and interact with it using programmable transaction blocks.