Skip to content

Commit

Permalink
Merge pull request #12516 from veridelisi/patch-2
Browse files Browse the repository at this point in the history
Add opcode tutorials to externalTutorials.json [Closes #12250]
  • Loading branch information
wackerow authored Mar 20, 2024
2 parents c373e3f + 08aa67e commit 418df59
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/data/externalTutorials.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,5 +478,16 @@
"skillLevel": "beginner",
"lang": "en",
"publishDate": "03/22/2023"
},
{
"url": "https://veridelisi.medium.com/learn-opcodes-7bd28d5f0d1b",
"title": "Learn EVM Opcodes Series",
"description": "Welcome to the comprehensive series on understanding Ethereum Virtual Machine (EVM) Opcodes",
"author": "Engin YILMAZ @veridelisi",
"authorGithub": "https://github.com/veridelisi",
"tags": ["opcodes", "foundry", "smart contracts", "solidity", "yul", "storage", "memory"],
"skillLevel": "beginner",
"lang": "en",
"publishDate": "03/08/2023"
}
]

0 comments on commit 418df59

Please sign in to comment.