2

There are javascript bindings for solc. Is there an equivalent Python binding for solc, such that you could simply install solc via pip?

dbryson
  • 6,403
  • 2
  • 27
  • 37

2 Answers2

1

Now there is a project called py-solc: https://github.com/ethereum/py-solc

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