Skip to main content

25 docs tagged with "CLI"

Command Line Interface.

View all tags

Basic Authentication Flow

Build and deploy your first abstract account step by step, covering the authenticator function, account creation, and sending AA transactions entirely from the CLI.

Before You Start

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

Compatible Tools

Existing EVM tooling is compatible and can be used directly with an IOTA Smart Contracts chain running EVM. You can configure hardhat, metamask, remix, Ether.js and Web3.js among others.

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 Genesis Ceremony CLI

The IOTA Genesis Ceremony CLI (part of iota-tool) provides commands for building a Genesis blob file.

IOTA Keytool CLI

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

IOTA Localnet CLI

The IOTA Localnet CLI provides commands for starting and managing local IOTA networks for development and testing.

IOTA Move CLI

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

IOTA Tool CLI

The IOTA Tool CLI provides advanced utilities for transaction replay, genesis ceremonies, fire drills, and other operator tasks.

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.

Move Package

Tutorial for Independent Ticketing System Package

Publish a Package

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