There are javascript bindings for solc. Is there an equivalent Python binding for solc, such that you could simply install solc via pip?
Asked
Active
Viewed 565 times
2 Answers
1
Now there is a project called py-solc: https://github.com/ethereum/py-solc
Andrey Kuehlkamp
- 111
- 3
-
this requires solc to be installed, you should have note of that in your answer – GrandFleet Oct 30 '18 at 18:28
-
1Please try not to post link-only answers. You should describe why the link provided answers the question and what exactly the link is to. – Tjaden Hess Oct 31 '18 at 15:34
1
Looking at the Pyethereum and Pyethapp travis.yml files, it would appear not. They both use APT for solc (though pip for other things).
Richard Horrocks
- 37,835
- 13
- 87
- 144