Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Echidna Setup #141

Merged
merged 20 commits into from
Jan 15, 2023
Merged

Echidna Setup #141

merged 20 commits into from
Jan 15, 2023

Conversation

0xicingdeath
Copy link
Collaborator

@0xicingdeath 0xicingdeath commented Jan 6, 2023

🎉 Here we are again!

Running Echidna

echidna-test . --contract EchidnaE2E --config E2E.yaml

Installation

Needed a few workarounds in Slither and Echidna so I'm making these changes explicit here.

While not mandatory, I do recommend using a virtual environment as it may break your existing pip/python integrations. Here we have instructions for getting a virtualenv for Slither setup – the same process can be followed.

  1. We needed to set override flags for crytic-compile and slither to work on this codebase, which are encompassed in the crytic_compile.config.json and slither.config.json in this PR.
  2. Run pip install git+https://github.com/crytic/slither.git@dev from the root hyper directory
  3. Install the latest version of echidna. The builds are available here: https://github.com/crytic/echidna/actions/runs/3857295651

@0xicingdeath
Copy link
Collaborator Author

I updated the instructions, as the branch we were installing for Slither has been merged to dev so installing Slither from dev should work! 😄

@Alexangelj Alexangelj merged commit aa10d1d into develop Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants