PacktPub | Learn Blockchain by Building Your Own in JavaScript [V...

  • Category Other
  • Type Tutorials
  • Language English
  • Total size 3.2 GB
  • Uploaded By SunRiseZone
  • Downloads 819
  • Last checked 3 hours ago
  • Date uploaded 4 years ago
  • Seeders 23
  • Leechers 7

Infohash : 78F6043E265A8D764C48552E559201EACDBE03E2

Warning! Use a V𝙿N When Downloading Torrents!
Your IP Address is . Location
Your Internet Provider can see when you download torrents! Hide your IP Address with a V𝙿N
1337x recommends using Trust.Zone V𝙿N to hide your torrenting. It's FREE HIDE ME NOW


Lynda and other Courses >>> https://www.freecoursesonline.me/
For Developer Tools & Apps >>> https://ftuapps.com/
Forum for discussion >>> https://1hack.us/




By : Eric Traub
Released : February 28, 2020
Course Source : https://www.packtpub.com/data/learn-blockchain-by-building-your-own-in-javascript-video

Develop your own blockchain and decentralized network using the JavaScript programming language

Video Details

ISBN 9781800209664
Course Length 7 hours 51 minutes

Learn

• Build a consensus algorithm so that all the nodes in a network have the same data
• Create a proof of work to secure your blockchain network
• Mine new blocks and secure them in the blockchain
• Understand how transactions are created and made immutable inside a block
• Find out how block explorers work and how to access your new blockchain through a block explorer
• Discover how blockchain and cryptocurrency addresses retain a value amount
• Get to grips with how new blocks are broadcasted to the entire blockchain network and how the data inside the blockchain network is kept consistent across all the nodes
• Understand how to develop important blockchain features

About

In this course, you will learn how to build your own blockchain and decentralized blockchain network by using the JavaScript programming language. By developing your own blockchain, you will discover the working of blockchain technology and how decentralized blockchain networks function. In addition to this, you’ll get to grips with how the code behind these technologies works, along with exploring why blockchain is a secure and valuable technology.

As you progress, this course will help you understand why decentralization is an important feature for securing the blockchain. To build on your knowledge, you’ll get up to speed with the whole process of storing, securing, and validating data/transactions on the blockchain. The course covers ES6 code to ensure that you grasp the fundamental concepts effectively.

By the end of this course, you will have built your own blockchain prototype in code.

All codes and supporting files are available at-

https://github.com/sanjanapackt/PacktPublishing-Learn-Blockchain-by-Building-Your-Own-in-JavaScript

Features:

• Build your own fully functional blockchain prototype
• Learn how the code behind blockchain technology works
• Discover why blockchain technology is a secure option for storing data
• Understand how a decentralized blockchain network functions

Author

Eric Traub

Eric Traub currently works as a software engineer in New York City. He has extensive experience working as a teacher and instructing people in a variety of different subjects. He changed his career from teaching to software engineering because of the excitement it brings to him and the passion that he has for it. He is now lucky enough to have the opportunity to combine both of these passions - software engineering and teaching!



Files:

[FreeCoursesOnline.Me] PacktPub - Learn Blockchain by Building Your Own in JavaScript [Video] 0. Websites you may like
  • 0. (1Hack.Us) Premium Tutorials-Guides-Articles & Community based Forum.url (0.4 KB)
  • 1. (FreeCoursesOnline.Me) Download Udacity, Masterclass, Lynda, PHLearn, Pluralsight Free.url (0.3 KB)
  • 2. (NulledPremium.com) Download E-Learning, E-Books, Audio-Books, & more.etc.url (0.2 KB)
  • 3. (FTUApps.com) Download Cracked Developers Applications For Free.url (0.2 KB)
  • How you can help our Group!.txt (0.2 KB)
1. Introduction
  • Course Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (35.5 MB)
  • Course Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].srt (4.0 KB)
  • Environment Setup - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (51.6 MB)
  • Environment Setup - Learn Blockchain by Building Your Own in JavaScript [Video].srt (5.5 KB)
  • What You Will Learn in This Course - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (33.0 MB)
  • What You Will Learn in This Course - Learn Blockchain by Building Your Own in JavaScript [Video].srt (4.4 KB)
  • What is a Blockchain_ - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (58.1 MB)
  • What is a Blockchain_ - Learn Blockchain by Building Your Own in JavaScript [Video].srt (7.2 KB)
2. Building a Blockchain
  • Blockchain Constructor Function - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (22.0 MB)
  • Blockchain Constructor Function - Learn Blockchain by Building Your Own in JavaScript [Video].srt (4.6 KB)
  • Blockchain Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (28.3 MB)
  • Blockchain Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].srt (2.7 KB)
  • Constructor Function Explanation - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (86.0 MB)
  • Constructor Function Explanation - Learn Blockchain by Building Your Own in JavaScript [Video].srt (12.4 KB)
  • Create New Block Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (17.8 MB)
  • Create New Block Method - Learn Blockchain by Building Your Own in JavaScript [Video].srt (12.1 KB)
  • Create New Transaction Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (18.7 MB)
  • Create New Transaction Method - Learn Blockchain by Building Your Own in JavaScript [Video].srt (8.3 KB)
  • Creating A Genesis Block - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (38.7 MB)
  • Creating A Genesis Block - Learn Blockchain by Building Your Own in JavaScript [Video].srt (4.6 KB)
  • Get Last Block Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (3.7 MB)
  • Get Last Block Method - Learn Blockchain by Building Your Own in JavaScript [Video].srt (1.1 KB)
  • Hash Block Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (61.1 MB)
  • Hash Block Method - Learn Blockchain by Building Your Own in JavaScript [Video].srt (6.7 KB)
  • Proof Of Work Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (63.6 MB)
  • Proof Of Work Method - Learn Blockchain by Building Your Own in JavaScript [Video].srt (7.2 KB)
  • Prototype Object Explanation - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (75.9 MB)
  • Prototype Object Explanation - Learn Blockchain by Building Your Own in JavaScript [Video].srt (8.5 KB)
  • SHA256 Hashing - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (13.7 MB)
  • SHA256 Hashing - Learn Blockchain by Building Your Own in JavaScript [Video].srt (7.1 KB)
  • Section 1 Wrap-Up - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (7.6 MB)
  • Section 1 Wrap-Up - Learn Blockchain by Building Your Own in JavaScript [Video].srt (1.2 KB)
  • Testing Create New Block Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (18.2 MB)
  • Testing Create New Block Method - Learn Blockchain by Building Your Own in JavaScript [Video].srt (7.6 KB)
  • Testing Create New Transaction Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (54.3 MB)
  • Testing Create New Transaction Method - Learn Blockchain by Building Your Own in JavaScript [Video].srt (15.7 KB)
  • Testing Hash Block Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (62.5 MB)
  • Testing Hash Block Method - Learn Blockchain by Building Your Own in JavaScript [Video].srt (6.1 KB)
  • Testing Proof Of Work Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (87.2 MB)
  • Testing Proof Of Work Method - Learn Blockchain by Building Your Own in JavaScript [Video].srt (11.5 KB)
  • What Is A Proof Of Work_ - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (31.9 MB)
  • What Is A Proof Of Work_ - Learn Blockchain by Building Your Own in JavaScript [Video].srt (11.7 KB)
3. Accessing the Blockchain Through An API
  • Building An API - Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (19.7 MB)
  • Building An API - Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].srt (2.9 KB)
  • Building The _GET -blockchain_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (39.3 MB)
  • Building The _GET -mine_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (63.5 MB)
  • Building The _POST -transaction_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (80.9 MB)
  • Building the API Foundation - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (42.5 MB)
  • Building the API Foundation - Learn Blockchain by Building Your Own in JavaScript [Video].srt (4.0 KB)
  • Installing Postman & Body-Parser - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (58.0 MB)
  • Installing Postman & Body-Parser - Learn Blockchain by Building Your Own in JavaScript [Video].srt (15.6 KB)
  • Setting Up ExpressJS - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (36.7 MB)
  • Setting Up ExpressJS - Learn Blockchain by Building Your Own in JavaScript [Video].srt (4.5 KB)
  • Testing the New Endpoints - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (65.6 MB)
  • Testing the New Endpoints - Learn Blockchain by Building Your Own in JavaScript [Video].srt (18.0 KB)
4. Creating A Decentralized Blockchain Network
  • Adding The Current Node's Url - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (35.0 MB)
  • Adding The Current Node's Url - Learn Blockchain by Building Your Own in JavaScript [Video].srt (3.8 KB)
  • Building _POST -register-and-broadcast-node_ Endpoint - Part 1.mp4 (36.6 MB)
  • Building _POST -register-and-broadcast-node_ Endpoint - Part 2.mp4 (73.9 MB)
  • Building _POST -register-node_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (72.0 MB)
  • Building _POST -register-nodes-bulk_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (94.2 MB)
  • Creating Multiple Nodes - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (37.0 MB)
  • Creating Multiple Nodes - Learn Blockchain by Building Your Own in JavaScript [Video].srt (14.5 KB)
  • Decentralized Blockchain Network - Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (32.9 MB)
  • Decentralized Blockchain Network - Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].srt (3.5 KB)
  • New Endpoints Outline - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (88.2 MB)
  • New Endpoints Outline - Learn Blockchain by Building Your Own in JavaScript [Video].srt (11.1 KB)
  • Testing All Network Endpoints - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (45.6 MB)
  • Testing All Network Endpoints - Learn Blockchain by Building Your Own in JavaScript [Video].srt (17.5 KB)
  • Testing _POST -register-node_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (60.4 MB)
  • Testing _POST -register-nodes-bulk_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (47.6 MB)
  • Testing the Nodes - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (11.9 MB)
  • Testing the Nodes - Learn Blockchain by Building Your Own in JavaScript [Video].srt (5.4 KB)
5. Synchronizing the Network
  • Building _POST -receive-new-block_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (96.1 MB)
  • Building _POST -transaction-broadcast_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (96.6 MB)
  • Refactoring Create Transaction Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (56.6 MB)
  • Refactoring Create Transaction Method - Learn Blockchain by Building Your Own in JavaScript [Video].srt (6.8 KB)
  • Refactoring _POST -transaction_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (57.4 MB)
  • Synchronizing the Network - Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (9.8 MB)
  • Synchronizing the Network - Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].srt (4.3 KB)
  • Testing New Endpoints - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (66.1 MB)
  • Testing New Endpoints - Learn Blockchain by Building Your Own in JavaScript [Video].srt (24.0 KB)
  • Testing Transaction Endpoints - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (45.1 MB)
  • Testing Transaction Endpoints - Learn Blockchain by Building Your Own in JavaScript [Video].srt (10.6 KB)
  • Transactions Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (8.9 MB)
  • Transactions Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].srt (4.1 KB)
  • Updating Mining Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (47.3 MB)
  • Updating Mining Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].srt (14.5 KB)
  • Updating Mining Information - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (28.0 MB)
  • Updating Mining Information - Learn Blockchain by Building Your Own in JavaScript [Video].srt (4.9 KB)
6. Consensus
  • Building _GET -consensus_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (36.0 MB)
  • Chain Is Valid Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (18.1 MB)
  • Chain Is Valid Method - Learn Blockchain by Building Your Own in JavaScript [Video].srt (20.0 KB)
  • Consensus Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (8.9 MB)
  • Consensus Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].srt (6.4 KB)
  • Testing Chain Is Valid Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (59.3 MB)
  • Testing Chain Is Valid Method - Learn Blockchain by Building Your Own in JavaScript [Video].srt (13.4 KB)
  • Testing _GET -consensus_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (90.0 MB)
7. Block Explorer
  • Adding the Block Explorer File - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (25.6 MB)
  • Adding the Block Explorer File - Learn Blockchain by Building Your Own in JavaScript [Video].srt (7.1 KB)
  • Block Explorer Endpoints Outline - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (39.2 MB)
  • Block Explorer Endpoints Outline - Learn Blockchain by Building Your Own in JavaScript [Video].srt (4.6 KB)
  • Block Explorer File Explanation - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (47.1 MB)
  • Block Explorer File Explanation - Learn Blockchain by Building Your Own in JavaScript [Video].srt (6.9 KB)
  • Block Explorer Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (27.1 MB)
  • Block Explorer Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].srt (3.3 KB)
  • Building _GET -address-- address_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (42.3 MB)
  • Building _GET -block-- blockHash_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (21.8 MB)
  • Building _GET -transaction-- transactionId_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (31.2 MB)
  • Get Address Data Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (85.2 MB)
  • Get Address Data Method - Learn Blockchain by Building Your Own in JavaScript [Video].srt (9.2 KB)
  • Get Block Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (50.1 MB)
  • Get Block Method - Learn Blockchain by Building Your Own in JavaScript [Video].srt (5.6 KB)
  • Get Transaction Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (65.9 MB)
  • Get Transaction Method - Learn Blockchain by Building Your Own in JavaScript [Video].srt (7.8 KB)
  • Testing the Block Explorer! - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (119.3 MB)
  • Testing the Block Explorer! - Learn Blockchain by Building Your Own in JavaScript [Video].srt (13.7 KB)
8. Conclusion
  • Course Recap - Learn Blockchain by Building Your Own in JavaScript [Video].mp4 (78.3 MB)
  • Course Recap - Learn Blockchain by Building Your Own in JavaScript [Video].srt (7.1 KB)
  • Code Files.zip (1.4 MB)

There are currently no comments. Feel free to leave one :)

Code:

  • udp://opentor.org:2710/announce
  • udp://p4p.arenabg.com:1337/announce
  • udp://tracker.torrent.eu.org:451/announce
  • udp://tracker.cyberia.is:6969/announce
  • udp://9.rarbg.to:2710/announce
  • udp://exodus.desync.com:6969/announce
  • udp://explodie.org:6969/announce
  • udp://tracker.moeking.me:6969/announce
  • udp://tracker.opentrackr.org:1337/announce
  • udp://tracker.tiny-vps.com:6969/announce
  • udp://ipv4.tracker.harry.lu:80/announce
  • udp://tracker.coppersurfer.tk:6969/announce
  • udp://tracker.leechers-paradise.org:6969/announce
  • udp://open.stealth.si:80/announce
  • udp://tracker.pirateparty.gr:6969/announce
  • udp://tracker.iamhansen.xyz:2000/announce
  • udp://tracker.uw0.xyz:6969/announce
  • udp://tracker.internetwarriors.net:1337/announce
  • udp://open.demonii.si:1337/announce
  • udp://denis.stalker.upeer.me:6969/announce
  • udp://tracker.zerobytes.xyz:1337/announce
  • https://tracker.nanoha.org:443/announce
  • udp://tracker.openbittorrent.com:80/announce
  • http://tracker.ygsub.com:6969/announce
  • udp://9.rarbg.me:2730/announce
  • udp://9.rarbg.to:2790/announce
  • udp://open.nyap2p.com:6969/announce
  • udp://tracker-udp.gbitt.info:80/announce
  • http://t.nyaatracker.com:80/announce
  • http://tracker.files.fm:6969/announce
  • udp://tracker-udp.gbitt.info:80/announce