Skip to content

v0.1.0

Compare
Choose a tag to compare
@montyly montyly released this 24 Apr 18:54
· 847 commits to master since this release
4b4e2da

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