Unable to compile whole project & hence deploy #631
-
While using zksync plugin in remix, I am unable to compile whole project as this error is showing Although I don't think this should be the case as there is contracts folder in the project. I am able to compile single contract file but on deployment I am getting this thing |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It seems like you are encountering issues with the Remix IDE while trying to compile and deploy contracts using the ZKsync plugin. Here are a few steps you can follow to troubleshoot and resolve the issue:
If you continue to face issues, it might be helpful to clear your browser's cache or try accessing Remix in a different browser to see if the issue persists. Additionally, double-check that the structure of your project in the file explorer of Remix matches what you expect, with all contract files properly placed within the Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
-
@truptisatsangi there was an issue with contracts not being deployed if they weren't in the |
Beta Was this translation helpful? Give feedback.
It seems like you are encountering issues with the Remix IDE while trying to compile and deploy contracts using the ZKsync plugin. Here are a few steps you can follow to troubleshoot and resolve the issue:
Ensure the Contracts Folder is Visible in Remix:
contracts
folder is indeed part of the workspace in Remix. Sometimes, folders might not be properly loaded or visible due to browser cache issues. Try refreshing the page or restarting the browser.Check the Workspace Settings:
contracts
folder. You might need to re-add the folder to the workspace if it's not being recognized.Compile…