Skip to content

Commit 7b0f876

Browse files
authored
Merge pull request #9961 from PatrickAlphaC/fuzzing-intro
added fuzzing tutorial
2 parents 4bfb961 + b7a1710 commit 7b0f876

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/data/externalTutorials.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
[
2+
{
3+
"url": "https://patrickalphac.medium.com/fuzz-invariant-tests-the-new-bare-minimum-for-smart-contract-security-87ebe150e88c",
4+
"title": "Fuzzing & Invariant Testing Introduction",
5+
"description": "What is fuzz testing? What are invariant tests? We introduce how to use these tools in Web3 & Solidity and explain why they are essential, especially for security. ",
6+
"author": "Patrick Collins",
7+
"authorGithub": "https://github.com/PatrickAlphaC",
8+
"tags": [
9+
"security"
10+
],
11+
"skillLevel": "beginner",
12+
"timeToRead": "9",
13+
"lang": "en",
14+
"publishDate": "04/13/2023"
15+
},
216
{
317
"url": "https://www.cyfrin.io/blog/what-is-a-smart-contract-audit",
418
"title": "What is a Smart Contract Audit",

0 commit comments

Comments
 (0)