Skip to content

Commit f556559

Browse files
authored
Merge pull request #9923 from anataliocs/Add-Diligence-Fuzzing-to-Dynamic-analysis-tools-#9917
Add Diligence Fuzzing to Dynamic analysis tools #9917
2 parents 4257a98 + 7c56fd1 commit f556559

File tree

1 file changed

+10
-4
lines changed
  • src/content/developers/docs/smart-contracts/testing

1 file changed

+10
-4
lines changed

src/content/developers/docs/smart-contracts/testing/index.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,15 +197,21 @@ Formal verification is considered important for smart contracts because it helps
197197

198198
- [GitHub](https://github.com/crytic/echidna/)
199199

200-
**Harvey** - _Automated fuzzing tool useful for detecting property violations in smart contract code._
201-
202-
- [Website](https://consensys.net/diligence/fuzzing/)
203-
204200
**Manticore** - _Dynamic symbolic execution framework for analyzing EVM bytecode._
205201

206202
- [GitHub](https://github.com/trailofbits/manticore)
207203
- [Documentation](https://github.com/trailofbits/manticore/wiki)
208204

205+
**Diligence Fuzzing** - _A holistic fuzzing tool that can automatically execute millions of inputs on a smart contract and generate unit and system tests for you which is powered by the Harvey fuzzing engine._
206+
207+
- [Website](https://consensys.net/diligence/fuzzing/)
208+
- [Documentation](https://fuzzing-docs.diligence.tools/)
209+
210+
**Diligence Scribble** - _Scribble is a specification language and runtime verification tool that allows you to annotate smart contracts with properties that allow you to automatically test the contracts with tools such as Diligence Fuzzing or MythX._
211+
212+
- [Website](https://consensys.net/diligence/scribble/)
213+
- [Documentation](https://docs.scribble.codes/)
214+
209215
### Smart contract auditing services {#smart-contract-auditing-services}
210216

211217
**ConsenSys Diligence** - _Smart contract auditing service helping projects across the blockchain ecosystem ensure their protocols are ready for launch and built to protect users._

0 commit comments

Comments
 (0)