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§
- Command
Arg - A typed command argument.
- Deployed
Contracts Container - Struct representing the deployed contracts.
- OdraCli
- Command line interface for Odra smart contracts.
- Scenario
Args - ScenarioArgs is a struct that represents the arguments passed to a scenario.
Enums§
- Scenario
Error - ScenarioError is an enum representing the different errors that can occur when running a scenario.