Skip to content

Commit 1810a1a

Browse files
committed
Added tutorial link to README.md
1 parent 415dcf4 commit 1810a1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

program-analysis/echidna/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Watch our [Fuzzing workshop](https://www.youtube.com/watch?v=QofNQxW_K08&list=PL
2525
- [How to test bytecode-only contracts](./testing-bytecode.md): How to fuzz a contract without bytecode or to perform differential fuzzing between Solidity and Vyper
2626
- [How to use hevm cheats to test permit](./hevm-cheats-to-test-permit.md): How to test code that depends on ecrecover signatures using hevm cheat codes
2727
- [How to seed Echidna with unit tests](./end-to-end-testing.md): How to use existing unit tests to seed Echidna
28+
- [Understanding and using `multi-abi`](./using-multi-abi.md): What is `multi-abi` testing, and how can it be used
2829
- [Fuzzing tips](./fuzzing_tips.md): General fuzzing tips
2930
- Exercises
3031
- [Exercise 1](./Exercise-1.md): Testing token balances

0 commit comments

Comments
 (0)