Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Cannot compile the contrat #5 #24

Open
Cevedale opened this issue Nov 7, 2023 · 0 comments
Open

Feat: Cannot compile the contrat #5 #24

Cevedale opened this issue Nov 7, 2023 · 0 comments

Comments

@Cevedale
Copy link

Cevedale commented Nov 7, 2023

The errors you are encountering during the compilation of your Cairo contracts seem to be related to syntax and import issues.
Cairo 0.4.0 is required i think.
Of course you should make sure that your contracts are written in the correct syntax according to Cairo 0.4.0, i suggest to review your contract files for any syntax errors or outdated constructs. Don't forget to update contract dependencies as well.
After making the necessary updates to your contract code and dependencies, try to recompile your contracts using the new Cairo version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant