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

none of this code works any more #15

Open
startgeek opened this issue Jan 1, 2019 · 5 comments
Open

none of this code works any more #15

startgeek opened this issue Jan 1, 2019 · 5 comments

Comments

@startgeek
Copy link

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

@jacobsteenhuysen
Copy link

someone rewrote the open-zeppelin library into 5

@dbrowne24
Copy link

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.

  compilers: {
    solc: {
      version: "0.4.24"
    }
  }

Just make sure you also have:
pragma solidity ^0.4.24;

at the top of your smart contracts too.

@etanoox
Copy link

etanoox commented Jun 17, 2019

someone rewrote the open-zeppelin library into 5

@jacobsteenhuysen Can we ask where we can find it?

@faisalKhan-99
Copy link

openzeppelin has removed the "contratcs/crowdsale" from github. How do we go about this now?

@wabbittdevs
Copy link

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.

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

6 participants