Learn JavaScript: Build Your Own Blockchain

Learn JavaScript: Build Your Own Blockchain

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 2h 51m | 504 MB

Program with JavaScript by creating your own Blockchain

As the Blockchain revolution rages around us, you may be feeling left behind as the technology and coin values continue to develop at breakneck speed.
As budding JavaScript developers, breaking into Blockchain tech is something we’ve most likely wanted as we definitely need to stay up-to-speed in our evolving environment.

While the steep and rigorous learning curve that the likes of Bitcoin and Ethereum programming present may be too much for us as we step into the Blockchain arena, this course eases the barrier of entry with a hands-on implementation of Blockchain tech with a familiar language, JavaScript, that you can use to create and understand a Blockchain system capable of hosting our own Cryptocurrency.

Join me in Learn java script: Build your own Blockchain and we’ll position ourselves to become well rounded JavaScript developers and new Blockchain entrepreneurs.

This course is designed to present basic JavaScript instruction for developers looking to expand their skill-set by taking on a new type of programming challenge: Blockchain development.

What You Will Learn

  • JavaScript concepts for developing applications as diverse as Blockchain
  • Set up a new development environment for JavaScript programming
  • Use npm to install pertinent JavaScript libraries
  • Implement a basic Blockchain system in an easy and practical way
  • Secure Blockchain with the cryptographic essentials
  • Create a cryptocurrency on top of an existing Blockchain network
  • Get better prepared to begin working with new and existing JavaScript projects
Table of Contents

Welcome to Learn JavaScript – Build Your Own Blockchain
1 The Course Overview
2 Practical JavaScript and Blockchain
3 JavaScript – The Language of the Web
4 Blockchain for Dummies
5 A New Dev Environment

Nuts and Bolts of JavaScript
6 What Do We Need to Make a JavaScript Project Work
7 Introducing npm to a JavaScript Project
8 Configuring npm for Dependencies
9 HTML and JavaScript
10 JavaScript and the DOM

JavaScript Necessities – The Must-Have Stuff
11 Conditionals
12 Looping and Iteration
13 Functions
14 Fancy Functions
15 Objects and Classes

Blockchain Crash Course
16 Blockchain – A Quick Study
17 Validating and Securing Data
18 Cryptoeconomics – An Incentive
19 Merkle Trees What
20 Proof of Work

Creating Our Own Basic Blockchain
21 A Basic Blockchain (Made with JavaScript)
22 crypto-js Is Our Workhorse
23 A Blockchain Class
24 Securing Our Blockchain

Finishing Touches to Complete Our Project
25 Mining and Rewards
26 Just Regular Transactions
27 A JavaScript Token AirDrop
28 Validating Transactions
29 That’s a Wrap!