CLI

This section provides reference information for Substrate command-line tools.

Command entry point

Description

Index and store all blocks, state, and transaction data for a Substrate-based chain in a relational SQL database.

Collect information about memory allocation and the behavior of blockchain applications over time.

Start and manage a Substrate node preconfigured with a subset of commonly-used FRAME pallets.

Launch a local Polkadot test network.

Interact with Polkadot or a Substrate node using a browser.

Use a REST service to interact with blockchain nodes built using FRAME.

Build WASM runtime in a deterministic way, allowing continuous integration pipelines and users to produce a strictly identical WASM runtime.

Generate and manage public and private key pairs for accounts.

Submit extrinsics to a Substrate node using RPC.

Query a snapshot of runtime storage to retrieve state.

Publish chain specific offline transaction generation libraries.

Last updated