Skip to content

Abstraction layer for smart contract build systems

License

Notifications You must be signed in to change notification settings

CharesFang/crytic-compile

 
 

Repository files navigation

Crytic-compile

Build Status Slack Status PyPI version

Library to help smart contract compilation. It includes support for:

See the Configuration documentation for advanced usages.

The plugin is used in Crytic tools, including:

Installation

pip3 install crytic-compile

Usage

Standalone

crytic-compile .

Crytic-compile will generate crytic-export/contracts.json containing the AST/ABI and bytecodes of the contracts.

Run crytic-compile --help for more options.

As a library

See the library documentation.

About

Abstraction layer for smart contract build systems

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.4%
  • Shell 1.5%
  • Other 1.1%