Packt Learn Blockchain by Building Your Own in JavaScript-XQZT

Packt Learn Blockchain by Building Your Own in JavaScript-XQZT | Apps-Tutorials | MP4 | 3.21 GiB

1 525 kb/s 1920×1080 | AAC 251 kb/s 2 CH

NFO (Click to Show)

Another exquisit release
Packt.Learn.Blockchain.by.Building.Your.Own.in.JavaScript-XQZT
 Title: Learn Blockchain by Building Your Own in JavaScript
 Publisher: Packt
 Size: 3.3G (3449564840 B)
 Files: 14F
 Date: 03/18/2020
 Course #: 9781800209664
 Type: N/A
 Published: 28 Feb 2020
 Modified: N/A
 URL: www.packtpub.com/data/learn-blockchain-by-building-your-own-in-javascript-video
 Author: N/A
 Duration: 7 hours 51 minutes
 Skill: N/A
 Exer/Code: [X]
Installation:
Unpack that shit, run that shit
Description:
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

File List (Click to Show)

3.3G	Learn Blockchain by Building Your Own in JavaScript [Video]
162M	Learn Blockchain by Building Your Own in JavaScript [Video]/1.Introduction
33M	Learn Blockchain by Building Your Own in JavaScript [Video]/1.Introduction/01.Course Introduction.mp4
34M	Learn Blockchain by Building Your Own in JavaScript [Video]/1.Introduction/02.What You Will Learn in This Course.mp4
59M	Learn Blockchain by Building Your Own in JavaScript [Video]/1.Introduction/03.What is a Blockchain.mp4
39M	Learn Blockchain by Building Your Own in JavaScript [Video]/1.Introduction/04.Environment Setup.mp4
691M	Learn Blockchain by Building Your Own in JavaScript [Video]/2.Building A Blockchain
19M	Learn Blockchain by Building Your Own in JavaScript [Video]/2.Building A Blockchain/05.Blockchain Introduction.mp4
86M	Learn Blockchain by Building Your Own in JavaScript [Video]/2.Building A Blockchain/06.Constructor Function Explanation.mp4
76M	Learn Blockchain by Building Your Own in JavaScript [Video]/2.Building A Blockchain/07.Prototype Object Explanation.mp4
31M	Learn Blockchain by Building Your Own in JavaScript [Video]/2.Building A Blockchain/08.Blockchain Constructor Function.mp4
18M	Learn Blockchain by Building Your Own in JavaScript [Video]/2.Building A Blockchain/09.Create New Block Method.mp4
19M	Learn Blockchain by Building Your Own in JavaScript [Video]/2.Building A Blockchain/10.Testing Create New Block Method.mp4
3.7M	Learn Blockchain by Building Your Own in JavaScript [Video]/2.Building A Blockchain/11.Get Last Block Method.mp4
19M	Learn Blockchain by Building Your Own in JavaScript [Video]/2.Building A Blockchain/12.Create New Transaction Method.mp4
55M	Learn Blockchain by Building Your Own in JavaScript [Video]/2.Building A Blockchain/13.Testing Create New Transaction Method.mp4
14M	Learn Blockchain by Building Your Own in JavaScript [Video]/2.Building A Blockchain/14.SHA256 Hashing.mp4
62M	Learn Blockchain by Building Your Own in JavaScript [Video]/2.Building A Blockchain/15.Hash Block Method.mp4
63M	Learn Blockchain by Building Your Own in JavaScript [Video]/2.Building A Blockchain/16.Testing Hash Block Method.mp4
32M	Learn Blockchain by Building Your Own in JavaScript [Video]/2.Building A Blockchain/17.What Is A Proof Of Work.mp4
64M	Learn Blockchain by Building Your Own in JavaScript [Video]/2.Building A Blockchain/18.Proof Of Work Method.mp4
88M	Learn Blockchain by Building Your Own in JavaScript [Video]/2.Building A Blockchain/19.Testing Proof Of Work Method.mp4
39M	Learn Blockchain by Building Your Own in JavaScript [Video]/2.Building A Blockchain/20.Creating A Genesis Block.mp4
7.7M	Learn Blockchain by Building Your Own in JavaScript [Video]/2.Building A Blockchain/21.Section 1 Wrap-Up.mp4
407M	Learn Blockchain by Building Your Own in JavaScript [Video]/3.Accessing the Blockchain Through An API
20M	Learn Blockchain by Building Your Own in JavaScript [Video]/3.Accessing the Blockchain Through An API/22.Building An API - Introduction.mp4
37M	Learn Blockchain by Building Your Own in JavaScript [Video]/3.Accessing the Blockchain Through An API/23.Setting Up ExpressJS.mp4
43M	Learn Blockchain by Building Your Own in JavaScript [Video]/3.Accessing the Blockchain Through An API/24.Building the API Foundation.mp4
58M	Learn Blockchain by Building Your Own in JavaScript [Video]/3.Accessing the Blockchain Through An API/25.Installing Postman & Body-Parser.mp4
40M	Learn Blockchain by Building Your Own in JavaScript [Video]/3.Accessing the Blockchain Through An API/26.Building The 'GET _blockchain' Endpoint.mp4
81M	Learn Blockchain by Building Your Own in JavaScript [Video]/3.Accessing the Blockchain Through An API/27.Building The 'POST _transaction' Endpoint.mp4
64M	Learn Blockchain by Building Your Own in JavaScript [Video]/3.Accessing the Blockchain Through An API/28.Building The 'GET _mine' Endpoint.mp4
66M	Learn Blockchain by Building Your Own in JavaScript [Video]/3.Accessing the Blockchain Through An API/29.Testing the New Endpoints.mp4
636M	Learn Blockchain by Building Your Own in JavaScript [Video]/4.Creating A Decentralized Blockchain Network
33M	Learn Blockchain by Building Your Own in JavaScript [Video]/4.Creating A Decentralized Blockchain Network/30.Decentralized Blockchain Network - Introduction.mp4
38M	Learn Blockchain by Building Your Own in JavaScript [Video]/4.Creating A Decentralized Blockchain Network/31.Creating Multiple Nodes.mp4
12M	Learn Blockchain by Building Your Own in JavaScript [Video]/4.Creating A Decentralized Blockchain Network/32.Testing the Nodes.mp4
36M	Learn Blockchain by Building Your Own in JavaScript [Video]/4.Creating A Decentralized Blockchain Network/33.Adding The Current Node's Url.mp4
89M	Learn Blockchain by Building Your Own in JavaScript [Video]/4.Creating A Decentralized Blockchain Network/34.New Endpoints Outline.mp4
37M	Learn Blockchain by Building Your Own in JavaScript [Video]/4.Creating A Decentralized Blockchain Network/35.Building 'POST _register-and-broadcast-node' Endpoint - Part 1.mp4
74M	Learn Blockchain by Building Your Own in JavaScript [Video]/4.Creating A Decentralized Blockchain Network/36.Building 'POST _register-and-broadcast-node' Endpoint - Part 2.mp4
72M	Learn Blockchain by Building Your Own in JavaScript [Video]/4.Creating A Decentralized Blockchain Network/37.Building 'POST _register-node' Endpoint.mp4
61M	Learn Blockchain by Building Your Own in JavaScript [Video]/4.Creating A Decentralized Blockchain Network/38.Testing 'POST _register-node' Endpoint.mp4
95M	Learn Blockchain by Building Your Own in JavaScript [Video]/4.Creating A Decentralized Blockchain Network/39.Building 'POST _register-nodes-bulk' Endpoint.mp4
48M	Learn Blockchain by Building Your Own in JavaScript [Video]/4.Creating A Decentralized Blockchain Network/40.Testing 'POST _register-nodes-bulk' Endpoint.mp4
46M	Learn Blockchain by Building Your Own in JavaScript [Video]/4.Creating A Decentralized Blockchain Network/41.Testing All Network Endpoints.mp4
574M	Learn Blockchain by Building Your Own in JavaScript [Video]/5.Synchronizing the Network
9.8M	Learn Blockchain by Building Your Own in JavaScript [Video]/5.Synchronizing the Network/42.Synchronizing the Network - Introduction.mp4
8.9M	Learn Blockchain by Building Your Own in JavaScript [Video]/5.Synchronizing the Network/43.Transactions Introduction.mp4
57M	Learn Blockchain by Building Your Own in JavaScript [Video]/5.Synchronizing the Network/44.Refactoring Create Transaction Method.mp4
97M	Learn Blockchain by Building Your Own in JavaScript [Video]/5.Synchronizing the Network/45.Building 'POST _transaction_broadcast' Endpoint.mp4
58M	Learn Blockchain by Building Your Own in JavaScript [Video]/5.Synchronizing the Network/46.Refactoring 'POST _transaction' Endpoint.mp4
90M	Learn Blockchain by Building Your Own in JavaScript [Video]/5.Synchronizing the Network/47.Testing Transaction Endpoints.mp4
45M	Learn Blockchain by Building Your Own in JavaScript [Video]/5.Synchronizing the Network/48.Updating Mining Information.mp4
48M	Learn Blockchain by Building Your Own in JavaScript [Video]/5.Synchronizing the Network/49.Updating Mining Endpoint.mp4
97M	Learn Blockchain by Building Your Own in JavaScript [Video]/5.Synchronizing the Network/50.Building 'POST _receive-new-block' Endpoint.mp4
67M	Learn Blockchain by Building Your Own in JavaScript [Video]/5.Synchronizing the Network/51.Testing New Endpoints.mp4
322M	Learn Blockchain by Building Your Own in JavaScript [Video]/6.Consensus
48M	Learn Blockchain by Building Your Own in JavaScript [Video]/6.Consensus/52.Consensus Introduction.mp4
57M	Learn Blockchain by Building Your Own in JavaScript [Video]/6.Consensus/53.Chain Is Valid Method.mp4
60M	Learn Blockchain by Building Your Own in JavaScript [Video]/6.Consensus/54.Testing Chain Is Valid Method.mp4
69M	Learn Blockchain by Building Your Own in JavaScript [Video]/6.Consensus/55.Building 'GET _consensus' Endpoint.mp4
91M	Learn Blockchain by Building Your Own in JavaScript [Video]/6.Consensus/56.Testing 'GET _consensus' Endpoint.mp4
474M	Learn Blockchain by Building Your Own in JavaScript [Video]/7.Block Explorer
28M	Learn Blockchain by Building Your Own in JavaScript [Video]/7.Block Explorer/57.Block Explorer Introduction.mp4
40M	Learn Blockchain by Building Your Own in JavaScript [Video]/7.Block Explorer/58.Block Explorer Endpoints Outline.mp4
51M	Learn Blockchain by Building Your Own in JavaScript [Video]/7.Block Explorer/59.Get Block Method.mp4
22M	Learn Blockchain by Building Your Own in JavaScript [Video]/7.Block Explorer/60.Building 'GET _block_ - blockHash' Endpoint.mp4
66M	Learn Blockchain by Building Your Own in JavaScript [Video]/7.Block Explorer/61.Get Transaction Method.mp4
32M	Learn Blockchain by Building Your Own in JavaScript [Video]/7.Block Explorer/62.Building 'GET _transaction_ - transactionId' Endpoint.mp4
86M	Learn Blockchain by Building Your Own in JavaScript [Video]/7.Block Explorer/63.Get Address Data Method.mp4
43M	Learn Blockchain by Building Your Own in JavaScript [Video]/7.Block Explorer/64.Building 'GET _address_ - address' Endpoint.mp4
26M	Learn Blockchain by Building Your Own in JavaScript [Video]/7.Block Explorer/65.Adding the Block Explorer File.mp4
48M	Learn Blockchain by Building Your Own in JavaScript [Video]/7.Block Explorer/66.Block Explorer File Explanation.mp4
39M	Learn Blockchain by Building Your Own in JavaScript [Video]/7.Block Explorer/67.Testing the Block Explorer!.mp4
26M	Learn Blockchain by Building Your Own in JavaScript [Video]/8.Conclusion
26M	Learn Blockchain by Building Your Own in JavaScript [Video]/8.Conclusion/68.Course Recap.mp4
1.5M	Learn Blockchain by Building Your Own in JavaScript [Video]/Exercise Files
1.5M	Learn Blockchain by Building Your Own in JavaScript [Video]/Exercise Files/code_9781800209664.zip
3.3G	total

File: 01.Course Introduction.mp4
Size: 33866837 bytes (32.30 MiB), duration: 00:02:57, avg.bitrate: 1531 kb/s
Audio: aac, 44100 Hz, stereo (und)
Video: h264, yuv420p, 1920x1080, 30.00 fps(r) (und)


Download Packt Learn Blockchain by Building Your Own in JavaScript-XQZT ( Size: 3.21 GiB ) :


http://nitroflare.com/view/9CB01BBA9404949/bhdjbPaLeBlbyBuYoOwinJaXQ.z01
http://nitroflare.com/view/8869950CB656976/bhdjbPaLeBlbyBuYoOwinJaXQ.z02
http://nitroflare.com/view/E6CDB11171A4FFB/bhdjbPaLeBlbyBuYoOwinJaXQ.z03
http://nitroflare.com/view/B1E042888CAA4AE/bhdjbPaLeBlbyBuYoOwinJaXQ.zip


http://rapidgator.net/file/e3cdd81c71e6867a20465304718c27e7/bhdjbPaLeBlbyBuYoOwinJaXQ.z01.html
http://rapidgator.net/file/82e97bd6a0a6595bed695605706319c4/bhdjbPaLeBlbyBuYoOwinJaXQ.z02.html
http://rapidgator.net/file/e65038e6ae2006927fd0be10ae3d26ef/bhdjbPaLeBlbyBuYoOwinJaXQ.z03.html
http://rapidgator.net/file/db6f26f60c47098583b8db1aba5e9865/bhdjbPaLeBlbyBuYoOwinJaXQ.zip.html

Keywords: Packt, Learn, Blockchain, Building, Your, Own, JavaScript, XQZT
Apps-Tutorials
Comments (0)
Add Comment