This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## 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 |