1. Introduction/Course Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].mp435.45MB
1. Introduction/Environment Setup - Learn Blockchain by Building Your Own in JavaScript [Video].mp451.57MB
1. Introduction/What You Will Learn in This Course - Learn Blockchain by Building Your Own in JavaScript [Video].mp433.02MB
1. Introduction/What is a Blockchain_ - Learn Blockchain by Building Your Own in JavaScript [Video].mp458.1MB
2. Building a Blockchain/Blockchain Constructor Function - Learn Blockchain by Building Your Own in JavaScript [Video].mp422MB
2. Building a Blockchain/Blockchain Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].mp428.3MB
2. Building a Blockchain/Constructor Function Explanation - Learn Blockchain by Building Your Own in JavaScript [Video].mp485.99MB
2. Building a Blockchain/Create New Block Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp417.82MB
2. Building a Blockchain/Create New Transaction Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp418.7MB
2. Building a Blockchain/Creating A Genesis Block - Learn Blockchain by Building Your Own in JavaScript [Video].mp438.68MB
2. Building a Blockchain/Get Last Block Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp43.68MB
2. Building a Blockchain/Hash Block Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp461.13MB
2. Building a Blockchain/Proof Of Work Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp463.64MB
2. Building a Blockchain/Prototype Object Explanation - Learn Blockchain by Building Your Own in JavaScript [Video].mp475.85MB
2. Building a Blockchain/SHA256 Hashing - Learn Blockchain by Building Your Own in JavaScript [Video].mp413.72MB
2. Building a Blockchain/Section 1 Wrap-Up - Learn Blockchain by Building Your Own in JavaScript [Video].mp47.6MB
2. Building a Blockchain/Testing Create New Block Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp418.19MB
2. Building a Blockchain/Testing Create New Transaction Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp454.31MB
2. Building a Blockchain/Testing Hash Block Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp462.46MB
2. Building a Blockchain/Testing Proof Of Work Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp487.24MB
2. Building a Blockchain/What Is A Proof Of Work_ - Learn Blockchain by Building Your Own in JavaScript [Video].mp431.95MB
3. Accessing the Blockchain Through An API/Building An API - Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].mp419.68MB
3. Accessing the Blockchain Through An API/Building The _GET -blockchain_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp439.27MB
3. Accessing the Blockchain Through An API/Building The _GET -mine_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp463.46MB
3. Accessing the Blockchain Through An API/Building The _POST -transaction_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp480.86MB
3. Accessing the Blockchain Through An API/Building the API Foundation - Learn Blockchain by Building Your Own in JavaScript [Video].mp442.55MB
3. Accessing the Blockchain Through An API/Installing Postman & Body-Parser - Learn Blockchain by Building Your Own in JavaScript [Video].mp457.96MB
3. Accessing the Blockchain Through An API/Setting Up ExpressJS - Learn Blockchain by Building Your Own in JavaScript [Video].mp436.72MB
3. Accessing the Blockchain Through An API/Testing the New Endpoints - Learn Blockchain by Building Your Own in JavaScript [Video].mp465.58MB
4. Creating A Decentralized Blockchain Network/Adding The Current Node's Url - Learn Blockchain by Building Your Own in JavaScript [Video].mp435.01MB
4. Creating A Decentralized Blockchain Network/Building _POST -register-and-broadcast-node_ Endpoint - Part 1.mp436.55MB
4. Creating A Decentralized Blockchain Network/Building _POST -register-and-broadcast-node_ Endpoint - Part 2.mp473.91MB
4. Creating A Decentralized Blockchain Network/Building _POST -register-node_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp471.99MB
4. Creating A Decentralized Blockchain Network/Building _POST -register-nodes-bulk_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp494.22MB
4. Creating A Decentralized Blockchain Network/Creating Multiple Nodes - Learn Blockchain by Building Your Own in JavaScript [Video].mp437MB
4. Creating A Decentralized Blockchain Network/Decentralized Blockchain Network - Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].mp432.89MB
4. Creating A Decentralized Blockchain Network/New Endpoints Outline - Learn Blockchain by Building Your Own in JavaScript [Video].mp488.17MB
4. Creating A Decentralized Blockchain Network/Testing All Network Endpoints - Learn Blockchain by Building Your Own in JavaScript [Video].mp445.64MB
4. Creating A Decentralized Blockchain Network/Testing _POST -register-node_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp460.42MB
4. Creating A Decentralized Blockchain Network/Testing _POST -register-nodes-bulk_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp447.58MB
4. Creating A Decentralized Blockchain Network/Testing the Nodes - Learn Blockchain by Building Your Own in JavaScript [Video].mp411.89MB
5. Synchronizing the Network/Building _POST -receive-new-block_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp496.12MB
5. Synchronizing the Network/Building _POST -transaction-broadcast_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp496.55MB
5. Synchronizing the Network/Refactoring Create Transaction Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp456.56MB
5. Synchronizing the Network/Refactoring _POST -transaction_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp457.4MB
5. Synchronizing the Network/Synchronizing the Network - Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].mp49.78MB
5. Synchronizing the Network/Testing New Endpoints - Learn Blockchain by Building Your Own in JavaScript [Video].mp466.13MB
5. Synchronizing the Network/Testing Transaction Endpoints - Learn Blockchain by Building Your Own in JavaScript [Video].mp445.09MB
5. Synchronizing the Network/Transactions Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].mp48.89MB
5. Synchronizing the Network/Updating Mining Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp447.25MB
5. Synchronizing the Network/Updating Mining Information - Learn Blockchain by Building Your Own in JavaScript [Video].mp428.01MB
6. Consensus/Building _GET -consensus_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp435.99MB
6. Consensus/Chain Is Valid Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp418.14MB
6. Consensus/Consensus Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].mp48.87MB
6. Consensus/Testing Chain Is Valid Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp459.28MB
6. Consensus/Testing _GET -consensus_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp490.03MB
7. Block Explorer/Adding the Block Explorer File - Learn Blockchain by Building Your Own in JavaScript [Video].mp425.58MB
7. Block Explorer/Block Explorer Endpoints Outline - Learn Blockchain by Building Your Own in JavaScript [Video].mp439.21MB
7. Block Explorer/Block Explorer File Explanation - Learn Blockchain by Building Your Own in JavaScript [Video].mp447.09MB
7. Block Explorer/Block Explorer Introduction - Learn Blockchain by Building Your Own in JavaScript [Video].mp427.11MB
7. Block Explorer/Building _GET -address-- address_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp442.3MB
7. Block Explorer/Building _GET -block-- blockHash_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp421.8MB
7. Block Explorer/Building _GET -transaction-- transactionId_ Endpoint - Learn Blockchain by Building Your Own in JavaScript [Video].mp431.15MB
7. Block Explorer/Get Address Data Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp485.23MB
7. Block Explorer/Get Block Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp450.07MB
7. Block Explorer/Get Transaction Method - Learn Blockchain by Building Your Own in JavaScript [Video].mp465.93MB
7. Block Explorer/Testing the Block Explorer! - Learn Blockchain by Building Your Own in JavaScript [Video].mp4119.29MB
8. Conclusion/Course Recap - Learn Blockchain by Building Your Own in JavaScript [Video].mp478.26MB