You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I mentioned in #1009 (comment) that foundry projects tend to use the src directory for contracts. This opens up an issue for if you want to use Noir within a foundry project, by default these will write noir and solidity code to the same directory
Proposed solution
We could allow users to remap directories to custom paths by setting them in Nargo.toml similarly to how foundry does in foundry.toml.
Problem
I mentioned in #1009 (comment) that foundry projects tend to use the
src
directory for contracts. This opens up an issue for if you want to use Noir within a foundry project, by default these will write noir and solidity code to the same directoryProposed solution
We could allow users to remap directories to custom paths by setting them in
Nargo.toml
similarly to how foundry does infoundry.toml
.https://book.getfoundry.sh/reference/config/project
Alternatives considered
There are alternatives for the meantime:
Additional context
No response
Submission Checklist
The text was updated successfully, but these errors were encountered: