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.
Macros§
Structs§
- Command
Arg - A typed command argument.
- Deployed
Contracts Container - Struct representing the deployed contracts.
- OdraCli
- Command line interface for Odra smart contracts.
Traits§
- Contract
Provider - This trait defines the methods for providing access to deployed contracts.
- Deployer
Ext - Trait that extends the functionality of OdraContract to include deployment capabilities.
Functions§
- log
- Logs a message to the console.