Building Cryptocurrencies with JavaScript

Building Cryptocurrencies with JavaScript

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 2h 52m | 664 MB

Complete web app solutions with a major JS development platform (Angular)

Any IT professional or hobbyist anticipating a solid understanding of how cryptocurrency technology works and desires an understanding of crypto’s use cases and potential (including blockchains and distributed applications) needs to go through this course to leverage cryptocurrency in new or existing development projects. Anyone desiring to learn how cryptocurrency solutions are designed, configured, and developed needs the knowldege and practice presented in this course. This not only includes web, mobile, and service application developers, but also architects, UI designers, testers, and administrators. This course provides a solid understanding of how crypto and blockchain technology works and a solid foundation for platform evaluation and learning lower level details.

What Will I Learn?

  • Code a JavaScript cryptocurrency and it’s underlying blockchain with Angular!
  • Understand and use of cryptocurrency technology in real world applications
  • Work with blockchain concepts in real code
  • Understand the most important aspects of viable blockchain design
  • Discover how cryptocurrencies utilize blockchain
  • Learn the Proof of Work protocol for securing the blockchain
  • Implement security protocols in an Angular blockchain project
  • Create block validation logic in JavaScript and Angular
  • Discover the leading cryptocurrency design concepts used in today’s most popular cryptocurrency networks … and much, much more!
Table of Contents

01 Starting with Blockchain Tech
02 What we’ll learn
03 Blockchain Technology
04 A Development Environment
05 A Block Class
06 The Blockchain Class
07 The Component
08 Proof of Work
09 Mining
10 Rewards
11 Block Validation
12 Angular Material Styling
13 Wallets
14 Transactions
15 Activity Simulation
16 Wrap Up