scaffold_project
Generate a complete Chimera fuzzing test suite for smart contracts by providing contract names and function signatures to create project files.
Instructions
Scaffold a complete Chimera fuzzing test suite for a given contract and its functions. Returns an array of {path, content} for all project files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract_name | Yes | Name of the contract to scaffold tests for | |
| functions | Yes | Array of function signatures, e.g. ["deposit(uint256)", "withdraw(uint256)"] |