Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 897 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 897 Bytes

Vault Fuzzing Tester

This example is meant to accompany this post on the Recon substack for implementing invariants in an ERC4626 vault.

This tester was built using the create-chimera-app template.

Usage

Prerequisites:

  1. Foundry installed
  2. Echidna and/or Medusa installed

Echidna

To run the Echidna fuzzer use the following command from the root directory:

echidna . --contract CryticTester --config echidna.yaml

Medusa

To run the Medusa fuzzer use the following command from the root directory:

medusa fuzz