smartcontractkit / hardhat-starter-kit

A repo for boilerplate code for testing, deploying, and shipping chainlink solidity code.
MIT License
1.21k stars 493 forks source link

echidna-test command not found #180

Open mscurtescu opened 9 months ago

mscurtescu commented 9 months ago

The fuzzing instructions are asking you to start fuzzing by running an echidna-test command inside a docker container. There is no such command, but there is echidna and that seems to run the fuzzing test as expected.

Maybe the documentation should be simply updated to reference echidna instead of echidna-test?