TheDocumentation Index
Fetch the complete documentation index at: https://docs.solidscipt.zoracle.xyz/llms.txt
Use this file to discover all available pages before exploring further.
gasdiff command builds your contracts twice — once with optimizer passes enabled and once without — compiles both outputs with solc, and prints a side-by-side bytecode size comparison. Use it whenever you change optimizer settings or add new optimizer passes and want a quick sanity check on the impact before sending the change out for review.
Arguments
| Argument | Description |
|---|---|
<input> | Path to the directory containing your TypeScript contract files |