Skip to content

Commit

Permalink
Merge pull request #13069 from PatrickAlphaC/dev
Browse files Browse the repository at this point in the history
Add blob tutorials
  • Loading branch information
wackerow authored Jun 7, 2024
2 parents b3233ea + d6cba60 commit dbc5f2f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/data/externalTutorials.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit dbc5f2f

Please sign in to comment.