-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Sample Contract interaction outdated and erroring #2020
Comments
Thanks for reporting @PatrickAlphaC. Does look like we can use some modernization here. I doubt there are many users compiling their contracts in-line like this, but those that are probably should use the more up-to-date py-solc-x. PR's welcome to make this example current; otherwise one of us will circle back to it as we're able. |
Hey, @marcgarreau I would love to work on this. Can you please assign this issue to me? It will great If you can provide a little bit more info about this. I think it will be great for me to getting started with ethereum :) |
Hey @divyanshugit. Thanks for the interest on this! I ended up pulling this issue in my workload at the end of last week and am going to put up a PR this morning. There are some other issues that may be good for getting started in our issues list. I recommend checking out other issues with the "Good First Issue" tag. |
… use solcx over solc since solc is no longer supported.
…solc-x to install solc since py solc library is no longer maintained.
…solc-x. - Modernization of contract deployment docs. Use py-solc-x to download and install precompiled solidity compuiler, solc, since py solc library is no longer maintained.
…solc-x. - Modernization of contract deployment docs. Use py-solc-x to download and install precompiled solidity compuiler, solc, since py solc library is no longer maintained.
…solc-x. - Modernization of contract deployment docs. Use py-solc-x to download and install precompiled solidity compuiler, solc, since py solc library is no longer maintained.
…solc-x. - Modernization of contract deployment docs. Use py-solc-x to download and install precompiled solidity compiler solc since py solc library is no longer maintained.
…solc-x. - Modernization of contract deployment docs. Use py-solc-x to download and install precompiled solidity compiler solc since py solc library is no longer maintained.
…solc-x. - Modernization of contract deployment docs. Use py-solc-x to download and install precompiled solidity compiler solc since py solc library is no longer maintained.
The sample example is giving me the following warning and error:
How can it be fixed?
I feel this example should be updated to a working version. It appears we are using an outdated version of something.
The text was updated successfully, but these errors were encountered: