-
Notifications
You must be signed in to change notification settings - Fork 347
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 FAQ #80
Comments
Some basic questions I saw in EH:
|
I think it would be good to split up |
As we have frequent questions around those topics, this should be one of our priority, to do before the EOY |
If I may join the conversation, as a new user, I had trouble finding the wiki in the first place. Some config options are self-explanatory, and the user experience is much better once you know them. Adding links to the wiki in more areas (like in the exercise section in the building secure smart contracts repo) would benefit the users. |
I have found this From a quick look, it contains more config options than the wiki (37 as compared to 28). It gets the job done, but I have found wiki to be much more pleasant to work with, as each option is explained in greater detail there. I have multiple browser pages open in my current workflow as the resources are scattered across multiple repositories (echidna repo, building secure smart contracts + the wiki). This is just an idea, but it would be cool to have everything in a wiki (even if it would be straight-up copied from other pages). A downside to this approach is that there is no easy way to create pull requests to the wiki directly (as far as I know), so it would be harder to contribute. |
This was partially addressed in #362 |
Echidna is having a lot of options and features, and it's difficult to remember where to find everything in the doc. We could have a small summary of the most common question somewhere (building-secure-contract, or Echidna readme]
On the top of my head, the frequent questions can be answered with:
checkAsserts: true
multi-abi: true
msg.sender
sender
,psender
, filterBlacklist
/filterFunctions
corpus-dir
estimateGas: true
echidna-action
pip install slither-analyzer
and, download Echidna static binary from therelease
pageWhat else?
Related
The text was updated successfully, but these errors were encountered: