-
Notifications
You must be signed in to change notification settings - Fork 471
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
Consider using py-solc #1036
Comments
So it seems py-solc still requires an out of band installation of the solc binary. |
Yeah it is also just a wrapper but they do provide this though;
with support for both osx/linux |
Another option—which would regrettably add a dependency on |
Another option would be to make Manticore Truffle-aware. See Issue #768. The idea would be for Manticore to auto-detect whether a project it is analyzing is a Truffle project. If so, run |
It's been brought up for discussion that maybe we should use py-solc, instead of our own wrapper. Let's discuss this here.
https://github.com/ethereum/py-solc
#110 (comment)
The text was updated successfully, but these errors were encountered: