project_readFile
Read files from a Scaffold-ETH project using relative paths, excluding .env and files containing private keys.
Instructions
Read a file from the Scaffold-ETH project. Path should be relative to the project root. Cannot read .env files or files containing private keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path to the file (e.g., 'packages/foundry/contracts/YourContract.sol') |