package
Version:
v0.0.0-...-84bdd1a
Opens a new window with list of versions in this module.
Published: Feb 28, 2022
License: MPL-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
DownloadSolidity downloads the solidity compiler
type Artifact struct {
Abi string
Bin string
BinRuntime string `json:"bin-runtime"`
SrcMap string `json:"srcmap"`
SrcMapRuntime string `json:"srcmap-runtime"`
}
Solidity is the solidity compiler
NewSolidityCompiler instantiates a new solidity compiler
Compile implements the compiler interface
CompileCode compiles a solidity code
type Source struct {
AST map[string]interface{}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.