diff --git a/src/data/externalTutorials.json b/src/data/externalTutorials.json index b9bb2a3b3fb..80a545e1693 100644 --- a/src/data/externalTutorials.json +++ b/src/data/externalTutorials.json @@ -1,4 +1,32 @@ [ + { + "url": "https://www.cyfrin.io/blog/what-is-eip-4844-proto-danksharding-and-blob-transactions", + "title": "What is EIP-4844? Proto-Danksharding and blob transactions explained", + "description": "What is the EIP-4844? Learn what proto-danksharding and blobs are, how they work, and how to send your first blob transaction using the new Ethereum improvement proposal", + "author": "Patrick Collins", + "authorGithub": "https://github.com/PatrickAlphaC", + "tags": [ + "layer 2" + ], + "skillLevel": "intermediate", + "timeToRead": "11", + "lang": "en", + "publishDate": "05/29/2024" + }, + { + "url": "https://www.youtube.com/watch?v=LmQTRGqUL9s", + "title": "What is EIP-4844? | Blobs & Proto-danksharding", + "description": "What is EIP-4844? What are blob-carrying transactions?", + "author": "Patrick Collins", + "authorGithub": "https://github.com/PatrickAlphaC", + "tags": [ + "layer 2" + ], + "skillLevel": "intermediate", + "timeToRead": "10", + "lang": "en", + "publishDate": "05/29/2024" + }, { "url": "https://updraft.cyfrin.io/courses/security", "title": "Learn Smart Contract Auditing, Security, and DeFi",