Crate mina_node_testing

Source
Expand description

§Mina Node Testing CLI

Command-line interface for running Mina node scenario tests. Provides tools for generating, running, and managing deterministic blockchain testing scenarios.

§Documentation

For detailed documentation and usage examples, see:

§Quick Start

List all available scenarios:

cargo run --release --bin mina-node-testing -- scenarios-list

Run a specific scenario:

cargo run --release --bin mina-node-testing -- scenarios-run --name p2p-signaling

Structs§

CommandScenariosGenerate
CommandScenariosList
CommandScenariosRun
Run scenario located at res/scenarios.
CommandServer
MinaTestingCli

Enums§

Command
OutputFormat

Functions§

main

Type Aliases§

CommandError