Crate odra_cli

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.

Macros§

cspr

Structs§

CommandArg
A typed command argument.
DeployedContractsContainer
Struct representing the deployed contracts.
OdraCli
Command line interface for Odra smart contracts.

Traits§

ContractProvider
This trait defines the methods for providing access to deployed contracts.
DeployerExt
Trait that extends the functionality of OdraContract to include deployment capabilities.

Functions§

log
Logs a message to the console.