An open API service indexing awesome lists of open source software.

https://github.com/crytic/addressarrayutils_demo

Demonstration for using echidna to test a Solidity library
https://github.com/crytic/addressarrayutils_demo

Last synced: over 1 year ago
JSON representation

Demonstration for using echidna to test a Solidity library

Awesome Lists containing this project

README

          

# addressarrayutils_demo
Demonstration of echidna testing for a library

To use the crytic_assert.sol variant, you'll need to add "checkAsserts: true" to the yaml file.

To restore the original hasDuplicate bug, remove the code [here](https://github.com/crytic/addressarrayutils_demo/blob/628cb382cfc895961e23ea446a97aa5820eb7ff8/contracts/AddressArrayUtils.sol#L300-L302).