Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 870 Bytes

File metadata and controls

31 lines (19 loc) · 870 Bytes

Installation

Echidna can be installed through docker or using the pre-compiled binary.

MacOS

You can install Echidna with brew install echidna.

Echidna through docker

docker pull trailofbits/eth-security-toolbox
docker run -it -v "$PWD":/home/training trailofbits/eth-security-toolbox

The last command runs eth-security-toolbox in a docker container that has access to your current directory. You can change the files from your host and run the tools on the files through the container

Inside docker, run :

solc-select use 0.5.11
cd /home/training

Binary

Check for the lastest released binary here:

https://github.com/crytic/echidna/releases/latest

The solc version is important to ensure that these exercises work as expected, we tested them using version 0.5.11.