Implement docker as another backend for sol-compiler

This commit is contained in:
Leonid Logvinov
2019-01-23 16:54:27 +01:00
parent ef928aff31
commit e8d68dc07f
14 changed files with 179 additions and 23 deletions

View File

@@ -1,6 +1,8 @@
{
"artifactsDir": "./generated-artifacts",
"contractsDir": "./contracts",
"workspaceDir": "../..",
"useDockerisedSolc": true,
"compilerSettings": {
"optimizer": {
"enabled": true,