Skip to content

Instantly share code, notes, and snippets.

View lokithe5th's full-sized avatar

lourens linde lokithe5th

View GitHub Profile
@lokithe5th
lokithe5th / Dockerfile
Created November 3, 2023 08:52
Dockerfile Badger
## This Dockerfile is here to help you make Echidna work if you have issues with the installation of it or slither
## Built with
## docker build -t my/fuzzy:latest .
## Run image with
## docker run -it --rm -v $PWD:/code my/fuzzy
## Run ECHIDNA with (if you have already ran tests and compilation)
## cd code && solc-select use 0.8.17 && cd packages/contracts/ && yarn echidna --test-mode assertion --test-limit 100000