Skip to content

Commit

Permalink
Added Echidna (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ESultanik committed Nov 2, 2018
1 parent b44c395 commit cd38d5e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,17 @@ usage differences. A report is printed when Etheno exits.

This plugin can be disabled with the `--no-differential-testing` option.

### Property-Based Fuzz Testing

Echidna can be run to fuzz test the clients, which is useful for differential testing:
```
etheno --echidna
```
By default, Echidna deploys a generic fuzz testing contract to all clients, enumerates a minimal set of transactions that maximize the coverage of the contract, sends those transactions to the clients, and then exits.

* `--fuzz-limit` limits the number of transactions that Echidna will emit
* `--fuzz-contract` lets the user specify a custom contract for Echidna to deploy and fuzz

### Manticore Client

Manticore—which, by itself, does not implemnent a JSON RPC interface—can be run as an Etheno client, synchronizing its accounts with Etheno’s master client and symbolically executing all transactions sent to Etheno.
Expand Down

0 comments on commit cd38d5e

Please sign in to comment.