Expand description
Tools for working with stylus projects.
Re-exports§
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::activateto perform the activation. - Checker
- Defines the configuration for checking a Stylus contract.
After setting the parameters, call
Checker::checkto perform the check.