@ -58,6 +58,11 @@ For each unit test it finds, it will execute a fuzzing campaign to try and find
An example contract with tests can be found [solidity/cli.sol](solidity/cli.sol)
`echidna-test solidity/cli.sol` should find a call sequence such that `echidna_sometimesfalse` fails, but be unable to do so for `echidna_alwaystrue`.
Support for multiple contracts in a single file along with importing files from an unsupported directory has bee added by using the following optional command line arguments:
Echidna is actively being developed with relatively little regard for stability.
@ -140,11 +145,6 @@ The [state machine example](examples/state-machine/StateMachine.hs) is a pretty
This module provides `loadSolidity`, which takes a solidity source file and provides a VM with the first contract therein loaded as well as a `fuzz`-compatible ABI definition.
Support for multiple contracts in a single file along with importing files from an unsupported directory has bee added by using the following optional command line arguments:
Join us in #ethereum on the [Empire Hacking Slack](https://empireslacking.herokuapp.com), or email [JP Smith](mailto:jp@trailofbits.com) (the lead author) directly.