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.