marsxchain 1.0.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,14 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
This repository accompanies the "Build Ethereum From Scratch - Smart Contracts and More"
|
|
6
|
-
course by David Katz.
|
|
5
|
+
This repository accompanies the "Build Ethereum From Scratch - Smart Contracts and More".
|
|
7
6
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
[https://www.udemy.com/build-ethereum-from-scratch?couponCode=GITHUB](https://www.udemy.com/build-ethereum-from-scratch?couponCode=GITHUB)
|
|
11
|
-
|
|
12
|
-
In the course, you will build your own version of Ethereum. Ethereum can be described in two words. It's a:
|
|
7
|
+
In this repository, you will build your own version of Ethereum. Ethereum can be described in two words. It's a:
|
|
13
8
|
|
|
14
9
|
#### Decentralized Computer.
|
|
15
10
|
|
|
@@ -25,4 +20,4 @@ To build a decentralized computer, here are the essential elements:
|
|
|
25
20
|
4) Transactions and accounts.
|
|
26
21
|
5) A state management data structure.
|
|
27
22
|
|
|
28
|
-
Definitely
|
|
23
|
+
Definitely build this project if you're interested in exploring the concepts behind this project more deeply. The repository is a line-by-line tutorial of this entire program. And by the end of building this program, you'll have your own version of Ethereum.
|