Skip to content

Commit a6e7b5a

Browse files
authored
Merge pull request #178 from Developer-DAO/test-content-migration
Create intro-to-eth-pt-1
2 parents 5e051a1 + d4b207f commit a6e7b5a

File tree

18 files changed

+726
-0
lines changed

18 files changed

+726
-0
lines changed

pages/lessons/fundamentals/wolovim-part-1.mdx

Lines changed: 324 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"question": "TODO",
3+
"options": [
4+
{
5+
"answer": "True"
6+
},
7+
{
8+
"answer": "False",
9+
"correct": true
10+
}
11+
]
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"question": "TODO",
3+
"options": [
4+
{
5+
"answer": "True"
6+
},
7+
{
8+
"answer": "False",
9+
"correct": true
10+
}
11+
]
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"question": "TODO",
3+
"options": [
4+
{
5+
"answer": "True"
6+
},
7+
{
8+
"answer": "False",
9+
"correct": true
10+
}
11+
]
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"question": "TODO",
3+
"options": [
4+
{
5+
"answer": "True"
6+
},
7+
{
8+
"answer": "False",
9+
"correct": true
10+
}
11+
]
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"question": "TODO",
3+
"options": [
4+
{
5+
"answer": "True"
6+
},
7+
{
8+
"answer": "False",
9+
"correct": true
10+
}
11+
]
12+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"question": "What is a blockchain?",
3+
"options": [
4+
{
5+
"answer": "A fast food restaurant concept"
6+
},
7+
{
8+
"answer": "A data structure that is a linked list of blocks",
9+
"correct": true
10+
},
11+
{
12+
"answer": "A type of cryptocurrency"
13+
}
14+
]
15+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"question": "What is in a block?",
3+
"options": [
4+
{
5+
"answer": "The email address of the block creator"
6+
},
7+
{
8+
"answer": "Data about the transactions in that block",
9+
"correct": true
10+
},
11+
{
12+
"answer": "A reference to the previous block",
13+
"correct": true
14+
}
15+
]
16+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"question": "What is novel about blockchains?",
3+
"options": [
4+
{
5+
"answer": "They can be governed without a central authority.",
6+
"correct": true
7+
},
8+
{
9+
"answer": "They store data more efficiently than a database."
10+
},
11+
{
12+
"answer": "Transaction throughput is unrivaled."
13+
}
14+
]
15+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"question": "What happens when you send a transaction?",
3+
"options": [
4+
{
5+
"answer": "Somewhere, a banker sneezes."
6+
},
7+
{
8+
"answer": "The transaction is pending until it gets included in a block.",
9+
"correct": true
10+
},
11+
{
12+
"answer": "The master node includes the transaction in the next block in the order it was received."
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)