v0.1.0
0.1.0 - 2019-04-24
First public release of crytic-compile
. The library standardizes the smart contract compilation. It can be used as a command line or through the Python API.
Features
- ASTs
- ABIs
- Init and runtime bytecode
- Init and runtime source map
- Compiler version and optimization
- Standardization of the paths
- Standardization of the compilation options
Platforms supported
- Truffle
- Embark
- Dapp
- Etherlime
- Etherscan
See the Configuration documentation for advanced usages.
Tools integration
- Slither crytic/slither#199
- Echidna crytic/echidna#204
- Manticore trailofbits/manticore#1406
- evm-cfg-builder crytic/evm_cfg_builder#19