Skip to content

Commit 418df59

Browse files
authored
Merge pull request #12516 from veridelisi/patch-2
Add opcode tutorials to externalTutorials.json [Closes #12250]
2 parents c373e3f + 08aa67e commit 418df59

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/data/externalTutorials.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,5 +478,16 @@
478478
"skillLevel": "beginner",
479479
"lang": "en",
480480
"publishDate": "03/22/2023"
481+
},
482+
{
483+
"url": "https://veridelisi.medium.com/learn-opcodes-7bd28d5f0d1b",
484+
"title": "Learn EVM Opcodes Series",
485+
"description": "Welcome to the comprehensive series on understanding Ethereum Virtual Machine (EVM) Opcodes",
486+
"author": "Engin YILMAZ @veridelisi",
487+
"authorGithub": "https://github.com/veridelisi",
488+
"tags": ["opcodes", "foundry", "smart contracts", "solidity", "yul", "storage", "memory"],
489+
"skillLevel": "beginner",
490+
"lang": "en",
491+
"publishDate": "03/08/2023"
481492
}
482493
]

0 commit comments

Comments
 (0)