diff --git a/program-analysis/echidna/README.md b/program-analysis/echidna/README.md index 032a6ec5..ca6bb43d 100644 --- a/program-analysis/echidna/README.md +++ b/program-analysis/echidna/README.md @@ -12,5 +12,6 @@ To learn through live coding sessions, watch our [Fuzzing workshop](https://www. - [Fuzzing tips](./fuzzing_tips.md): General fuzzing recommendations - [Frequently Asked Questions](./frequently_asked_questions.md): Responses to common questions about Echidna - [Exercises](exercises): Practical exercises to enhance your understanding +- [Workshops](./workshop_links.md): Recordings of workshops and presentations Join the team on Slack at: https://slack.empirehacking.nyc/ #ethereum diff --git a/program-analysis/echidna/workshop_links.md b/program-analysis/echidna/workshop_links.md new file mode 100644 index 00000000..5547dfb5 --- /dev/null +++ b/program-analysis/echidna/workshop_links.md @@ -0,0 +1,14 @@ +# Recordings of workshops and presentations + +This list provides links to recordings of presentations and workshops given at conferences or online. Many of these resources can be found on our [YouTube channel](https://www.youtube.com/@trailofbits). + +### Presentations + +- [Building secure contracts: How to use fuzzing like a pro [ETHCC 2022]](https://www.youtube.com/watch?v=1eBa9gouZzc) + +### Workshops + +- [Introduction to fuzzing](https://www.youtube.com/watch?v=QofNQxW_K08) +- [Fuzzing Arithmetics](https://www.youtube.com/watch?v=9P7sqE6hILM) +- [Intro to AMM’s invariants](https://www.youtube.com/watch?v=n0RaKKVTGvA) +- [AMM fuzzing](https://www.youtube.com/watch?v=OPDA0L9SeNI)