core icon indicating copy to clipboard operation
core copied to clipboard

[Feature] Support sol outputting to a file

Open kayabaNerve opened this issue 10 months ago • 3 comments

Component

sol! macro

Describe the feature you would like

As ethers-contract allowed, alloy-contract should allow outputting the generated code to a file to allow manual inspection.

This allows anyone curious about how their specific contract had code generated (exact function API/type signatures) trivially inspect it, and can make the sol macro functionality a one-time dependency (to output to code once) or solely a build-time dependency.

Additional context

No response

kayabaNerve avatar Apr 14 '24 02:04 kayabaNerve