-
Notifications
You must be signed in to change notification settings - Fork 77
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
none of this code works any more #15
Comments
someone rewrote the open-zeppelin library into 5 |
You can add this to your truffle.js or truffle-config.js file to make truffle use the 0.4.24 version of the solidity compiler.
Just make sure you also have: at the top of your smart contracts too. |
@jacobsteenhuysen Can we ask where we can find it? |
openzeppelin has removed the "contratcs/crowdsale" from github. How do we go about this now? |
It would be good to modify your tutorials and maybe code to show us how to use Open-zeppelin 2.5 which still has the crowdsale functionality. Hopefully this is possible. |
because now the current version of solidity is 0.5.x
and also truffle is 5
and openzeppelin-solidity is 2.0
practically watching videos from youtube is useless unless at least you refactor this
repo
i really appreciate your effort
The text was updated successfully, but these errors were encountered: