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
{{ message }}
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
Going through the tutorial yesterday as a learning resource, I ran into several issues. I will revisit this issue when I have a moment and describe all that failed.
The text was updated successfully, but these errors were encountered:
truffle unbox tutorialtoken
Then when I compile, I get this error:
Error: Truffle is currently using solc 0.5.16, but one or more of your contracts specify "pragma solidity ^0.4.24".
I tried to fix it by changing the solc compiler version, but this caused other bugs. I am new to all of this so I'm not really sure how to fix it. If I do fix it then I can open a pull request.
Going through the tutorial yesterday as a learning resource, I ran into several issues. I will revisit this issue when I have a moment and describe all that failed.
The text was updated successfully, but these errors were encountered: