Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Abstraction layer for smart contract build systems - Fixes solcs issues

License

Notifications You must be signed in to change notification settings

Auditware/crytic-compile-fixed-solcs

 
 

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 Trail of Bits 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 - Fixes solcs issues

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.7%
  • Shell 2.0%
  • Other 1.3%