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

Add options to use native or dockered solc compiler. #29

Open
zlocate opened this issue Aug 22, 2019 · 1 comment
Open

Add options to use native or dockered solc compiler. #29

zlocate opened this issue Aug 22, 2019 · 1 comment
Labels
enhancement 💪 New feature or request

Comments

@zlocate
Copy link
Contributor

zlocate commented Aug 22, 2019

Check implementation at truffle. It's may speed up generation process.D
Docs reference: https://www.trufflesuite.com/docs/truffle/reference/configuration#solc
Package: https://github.com/trufflesuite/truffle/tree/develop/packages/truffle-compile
I may implement this if needed.

@vibern0 vibern0 added the enhancement 💪 New feature or request label Sep 5, 2019
@vibern0
Copy link
Member

vibern0 commented Sep 5, 2019

Hello,

It depends. Truffle is using solc, an external tool. We are not using an external tool. Why do we need docker? Can you give an example?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 💪 New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants