marsxchain 1.0.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +3 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,14 +2,9 @@
2
2
 
3
3
  ![Course Logo](course_logo_udemy.png)
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
- #### Take the course here:
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 take the course if you're interested in exploring the concepts behind this project more deeply. The course is a line-by-line tutorial of this entire repository. And by the end of the course, you'll have your own version of Ethereum.
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marsxchain",
3
- "version": "1.0.0",
3
+ "version": "1.1.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {