Skip to main content

Module solc

Module solc 

Source
Expand description

Solidity compiler (solc) management and execution.

This module handles finding, downloading, and running the solc compiler to generate JSON AST output for Solidity smart contracts.

Structs§

SolcManager
Represents the solc compiler manager
SolcOutput
Solc combined JSON output
SourceData
Source file data with AST

Constants§

MIN_SOLC_VERSION
Minimum supported solc version