Skip to content

Commit dbc5f2f

Browse files
authored
Merge pull request #13069 from PatrickAlphaC/dev
Add blob tutorials
2 parents b3233ea + d6cba60 commit dbc5f2f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

src/data/externalTutorials.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
11
[
2+
{
3+
"url": "https://www.cyfrin.io/blog/what-is-eip-4844-proto-danksharding-and-blob-transactions",
4+
"title": "What is EIP-4844? Proto-Danksharding and blob transactions explained",
5+
"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",
6+
"author": "Patrick Collins",
7+
"authorGithub": "https://github.com/PatrickAlphaC",
8+
"tags": [
9+
"layer 2"
10+
],
11+
"skillLevel": "intermediate",
12+
"timeToRead": "11",
13+
"lang": "en",
14+
"publishDate": "05/29/2024"
15+
},
16+
{
17+
"url": "https://www.youtube.com/watch?v=LmQTRGqUL9s",
18+
"title": "What is EIP-4844? | Blobs & Proto-danksharding",
19+
"description": "What is EIP-4844? What are blob-carrying transactions?",
20+
"author": "Patrick Collins",
21+
"authorGithub": "https://github.com/PatrickAlphaC",
22+
"tags": [
23+
"layer 2"
24+
],
25+
"skillLevel": "intermediate",
26+
"timeToRead": "10",
27+
"lang": "en",
28+
"publishDate": "05/29/2024"
29+
},
230
{
331
"url": "https://updraft.cyfrin.io/courses/security",
432
"title": "Learn Smart Contract Auditing, Security, and DeFi",

0 commit comments

Comments
 (0)