Crate stylus_tools

Crate stylus_tools 

Source
Expand description

Tools for working with stylus projects.

Re-exports§

pub use deployer::*;
pub use verifier::*;
pub use exporter::*;

Modules§

core
deployer
exporter
manifest
Stylus.toml manifest definitions.
ops
precompiles
Precompile contracts on Arbitrum.
utils
General purpose utilities.
verification
verifier
wasm
Tools for processing Wasm bytecode for Stylus contracts.

Structs§

Activator
Defines the configuration for activating a Stylus contract. After setting the parameters, call Activator::activate to perform the activation.
Checker
Defines the configuration for checking a Stylus contract. After setting the parameters, call Checker::check to perform the check.

Enums§

Error

Type Aliases§

Result