Skip to content

Woke#

Woke is a Python-based development and testing framework for Solidity.

Features#

  • vulnerability detectors
  • LSP server
  • property-based fuzzer

Installation#

Woke requires Python 3.7 or higher.

Using pip#

Warning

Woke has been moved from abch-woke PyPI package to woke.

pip3 install woke

The property-based fuzzer can be installed as an extra dependency. Due to the dependency on eth-brownie, it is recommended to install it into a virtual environment.

pip3 install woke[fuzzer]