/woke-uniswap-v2

Tier 2 Fuzz tests of Uniswap V2.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Dependencies

  • woke - the best development framework for Solidity
    • (in an isolated virtual environment, and with console scripts (executables) being accessible globally) > pipx install woke
    • in a separate virtual environment: > pip install woke
  • just - Just a command runner
    • > brew install just

Execution

  • > woke init pytype -w: Starts pytypes in watch mode
  • > just fuzz: Run fuzz tests