Book Image

Learn JavaScript: Build Your Own Blockchain [Video]

By : Brett Hooper
Book Image

Learn JavaScript: Build Your Own Blockchain [Video]

By: Brett Hooper

Overview of this book

<p>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.<br />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.</p> <p>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.</p> <p>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.</p> <h1>Style and Approach</h1> <p>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.</p>
Table of Contents (6 chapters)
Chapter 2
Nuts and Bolts of JavaScript
Content Locked
Section 4
HTML and JavaScript
We will learn to correctly add some basic custom JavaScript to a web page by creating a "Hello World!" example. - Learn to organize files in a project - Install a simple HTTP server with NPM - Properly place<script> tags in an HTML document