Mark Spanbroek 3390e21071 [fuzzing] Enable fuzzing for Marketplace
Replaces runtime invariant checks with fuzzing tests,
simplifying the contract code and lowering gas costs.
2023-06-19 14:58:47 +02:00

4 lines
91 B
Bash
Executable File

#!/bin/bash
set -e
echidna-test . --contract FuzzMarketplace --config fuzzing/echidna.yaml