Add: cryptic/echidna to Smart Contract section

This commit is contained in:
pe3zx 2021-08-23 15:04:45 +07:00
parent e607255b3a
commit 20b9e98dab

View File

@ -2992,6 +2992,10 @@ This repository is created as an online bookmark for useful links, resources and
<td><a href="https://github.com/ConsenSys/smart-contract-best-practices">ConsenSys/smart-contract-best-practices</a></td>
<td>A guide to smart contract security best practices</td>
</tr>
<tr>
<td><a href="https://github.com/crytic/echidna">crytic/echidna</a></td>
<td>Ethereum smart contract fuzzer</td>
</tr>
<tr>
<td><a href="https://github.com/crytic/slither">crytic/slither</a></td>
<td>Static Analyzer for Solidity</td>