Module utils

Source
Expand description

Utilities offered by the crate.

Structs§

Blueprint
Parses the ERC-5202 bytecode container format for indexing blueprint contracts.

Functions§

get_contracts_in_dir
Scans current directory, looks for any vyper contracts and returns a Vec of PathBufs to any contracts found.
parse_blueprint
scan_workspace
Scans current directory, looks for /contracts or /src folder and searches them too if they exist. Returns a Vec of PathBufs to any Vyper contract found.