August 2019
Intermediate to advanced
486 pages
13h 52m
English
In the config file, you will find the following settings for the Solidity compiler:
compilers: { solc: { version: "0.5.2", docker: false, settings: { optimizer: { enabled: true, runs: 200 }, evmVersion: "byzantium" } } }
Let's look at each setting: