Crate odra_cli

Source
Expand description

A rust library for building command line interfaces for Odra smart contracts.

The Odra CLI is a command line interface built on top of the clap crate that allows users to interact with smart contracts.

Modules§

deploy
Traits and structs for defining deploy scripts.
scenario
Traits and structs for defining custom scenarios.

Structs§

CommandArg
A typed command argument.
DeployedContractsContainer
Struct representing the deployed contracts.
OdraCli
Command line interface for Odra smart contracts.
ScenarioArgs
ScenarioArgs is a struct that represents the arguments passed to a scenario.

Enums§

ScenarioError
ScenarioError is an enum representing the different errors that can occur when running a scenario.