Other

[FreeTutorials Us] Udemy - Learn Blockchain By Building Your Own In JavaScript

  • Download Faster
  • Download torrent
  • Direct Download
  • Rate this torrent +  |  -
[FreeTutorials Us] Udemy - Learn Blockchain By Building Your Own In JavaScript

Download Anonymously! Get Protected Today And Get your 70% discount


Torrent info

Name:[FreeTutorials Us] Udemy - Learn Blockchain By Building Your Own In JavaScript

Infohash: 2FA27D636D7545D00AB71914718956913AAA14DD

Total Size: 5.28 GB

Seeds: 3

Leechers: 1

Stream: Watch Full Movie @ Movie4u

Last Updated: 2023-04-10 15:45:12 (Update Now)

Torrent added: 2018-08-13 14:58:08






Torrent Files List


1. Introduction (Size: 5.28 GB) (Files: 148)

 1. Introduction

  1. Course Introduction.mp4

63.18 MB

  1. Course Introduction.srt

3.29 KB

  2. What You Will Learn In This Course.mp4

64.14 MB

  2. What You Will Learn In This Course.srt

3.63 KB

  3. What Is A Blockchain.mp4

116.05 MB

  3. What Is A Blockchain.srt

5.81 KB

  4. Environment Setup.mp4

69.50 MB

  4. Environment Setup.srt

4.43 KB

  5. Project Source Code.mp4

13.87 MB

  5. Project Source Code.srt

1.58 KB

  6. Project Source Code Link Article.html

0.71 KB

 2. Building A Blockchain

  10. SHA256 Hashing.mp4

47.26 MB

  10. SHA256 Hashing.srt

5.63 KB

  11. Hash Block Method.mp4

65.33 MB

  11. Hash Block Method.srt

5.14 KB

  12. Testing Hash Block Method.mp4

49.65 MB

  12. Testing Hash Block Method.srt

4.71 KB

  13. What Is A Proof Of Work.mp4

123.25 MB

  13. What Is A Proof Of Work.srt

9.17 KB

  14. Proof Of Work Method.mp4

66.06 MB

  14. Proof Of Work Method.srt

5.26 KB

  15. Testing Proof Of Work Method.mp4

104.30 MB

  15. Testing Proof Of Work Method.srt

8.96 KB

  16. Creating A Genesis Block.mp4

42.17 MB

  16. Creating A Genesis Block.srt

3.72 KB

  17. Section 1 Wrap-Up.mp4

11.25 MB

  17. Section 1 Wrap-Up.srt

1.03 KB

  18. Blockchain Source Code.html

0.63 KB

  1. Blockchain Introduction.mp4

26.41 MB

  1. Blockchain Introduction.srt

2.08 KB

  2. Constructor Function Explanation.mp4

29.69 MB

  2. Constructor Function Explanation.srt

9.87 KB

  3. Prototype Object Explanation.mp4

32.14 MB

  3. Prototype Object Explanation.srt

6.76 KB

  4. Blockchain Constructor Function.mp4

15.27 MB

  4. Blockchain Constructor Function.srt

3.88 KB

  5. Create New Block Method.mp4

56.90 MB

  5. Create New Block Method.srt

9.44 KB

  6. Testing Create New Block Method.mp4

61.52 MB

  6. Testing Create New Block Method.srt

5.85 KB

  7. Get Last Block Method.mp4

10.48 MB

  7. Get Last Block Method.srt

0.84 KB

  8. Create New Transaction Method.mp4

68.33 MB

  8. Create New Transaction Method.srt

6.63 KB

  9. Testing Create New Transaction Method.mp4

160.34 MB

  9. Testing Create New Transaction Method.srt

12.75 KB

 3. Accessing The Blockchain Through An API

  1. Building An API - Introduction.mp4

10.40 MB

  1. Building An API - Introduction.srt

2.20 KB

  2. Setting Up ExpressJS.mp4

34.04 MB

  2. Setting Up ExpressJS.srt

3.45 KB

  3. Building The API Foundation.mp4

22.99 MB

  3. Building The API Foundation.srt

3.02 KB

  4. Installing Postman & Body-Parser.mp4

156.27 MB

  4. Installing Postman & Body-Parser.srt

12.76 KB

  5. Building The GET blockchain Endpoint.mp4

33.98 MB

  5. Building The GET blockchain Endpoint.srt

4.45 KB

  6. Building The POST transaction Endpoint.mp4

84.36 MB

  6. Building The POST transaction Endpoint.srt

7.68 KB

  7. Building The GET mine Endpoint.mp4

192.54 MB

  7. Building The GET mine Endpoint.srt

14.69 KB

  8. Testing The New Endpoints.mp4

149.36 MB

  8. Testing The New Endpoints.srt

15.89 KB

 4. Creating A Decentralized Blockchain Network

  10. Testing POST register-node Endpoint.mp4

60.70 MB

  10. Testing POST register-node Endpoint.srt

5.82 KB

  11. Building POST register-nodes-bulk Endpoint.mp4

126.19 MB

  11. Building POST register-nodes-bulk Endpoint.srt

8.69 KB

  12. Testing POST register-nodes-bulk Endpoint.mp4

47.00 MB

  12. Testing POST register-nodes-bulk Endpoint.srt

4.92 KB

  13. Testing All Network Endpoints.mp4

118.46 MB

  13. Testing All Network Endpoints.srt

14.89 KB

  1. Decentralized Blockchain Network - Introduction.mp4

12.98 MB

  1. Decentralized Blockchain Network - Introduction.srt

2.85 KB

  2. Creating Multiple Nodes.mp4

118.46 MB

  2. Creating Multiple Nodes.srt

12.21 KB

  3. Testing The Nodes.mp4

31.66 MB

  3. Testing The Nodes.srt

4.52 KB

  4. Adding The Current Node's Url.mp4

37.71 MB

  4. Adding The Current Node's Url.srt

3.27 KB

  5. New Endpoints Outline.mp4

76.39 MB

  5. New Endpoints Outline.srt

8.95 KB

  6. Building POST register-and-broadcast-node Endpoint - Part 1.mp4

136.54 MB

  6. Building POST register-and-broadcast-node Endpoint - Part 1.srt

11.62 KB

  7. Building POST register-and-broadcast-node Endpoint - Part 2.mp4

95.07 MB

  7. Building POST register-and-broadcast-node Endpoint - Part 2.srt

7.54 KB

  8. Building POST register-node Endpoint.mp4

92.10 MB

  8. Building POST register-node Endpoint.srt

6.63 KB

  9. UPDATE Installing the request library.html

0.89 KB

 5. Synchronizing The Network

  10. Testing New Endpoints.mp4

184.54 MB

  10. Testing New Endpoints.srt

20.48 KB

  1. Synchronizing The Network - Introduction.mp4

23.68 MB

  1. Synchronizing The Network - Introduction.srt

3.45 KB

  2. Transactions Introduction.mp4

25.68 MB

  2. Transactions Introduction.srt

3.32 KB

  3. Refactoring Create Transaction Method.mp4

71.29 MB

  3. Refactoring Create Transaction Method.srt

4.89 KB

  4. Building POST transactionbroadcast Endpoint.mp4

129.77 MB

  4. Building POST transactionbroadcast Endpoint.srt

8.58 KB

  5. Refactoring POST transaction Endpoint.mp4

75.91 MB

  5. Refactoring POST transaction Endpoint.srt

5.26 KB

  6. Testing Transaction Endpoints.mp4

79.98 MB

  6. Testing Transaction Endpoints.srt

8.92 KB

  7. Updating Mining Information.mp4

19.03 MB

  7. Updating Mining Information.srt

4.05 KB

  8. Updating Mining Endpoint.mp4

154.53 MB

  8. Updating Mining Endpoint.srt

11.00 KB

  9. Building POST receive-new-block Endpoint.mp4

127.61 MB

  9. Building POST receive-new-block Endpoint.srt

9.04 KB

 6. Consensus

  1. Consensus Introduction.mp4

15.82 MB

  1. Consensus Introduction.srt

5.25 KB

  2. Chain Is Valid Method.mp4

189.41 MB

  2. Chain Is Valid Method.srt

15.48 KB

  3. Testing Chain Is Valid Method.mp4

139.04 MB

  3. Testing Chain Is Valid Method.srt

10.98 KB

  4. Building GET consensus Endpoint.mp4

265.80 MB

  4. Building GET consensus Endpoint.srt

20.50 KB

  5. Testing GET consensus Endpoint.mp4

77.89 MB

  5. Testing GET consensus Endpoint.srt

9.50 KB

 7. Block Explorer

  10. Block Explorer File Source Code.html

0.20 KB

  11. Block Explorer File Explanation.mp4

67.72 MB

  11. Block Explorer File Explanation.srt

5.48 KB

  12. Testing The Block Explorer!.mp4

98.39 MB

  12. Testing The Block Explorer!.srt

11.87 KB

  1. Block Explorer Introduction.mp4

27.47 MB

  1. Block Explorer Introduction.srt

2.67 KB

  2. Block Explorer Endpoints Outline.mp4

41.59 MB

  2. Block Explorer Endpoints Outline.srt

3.65 KB

  3. Get Block Method.mp4

61.26 MB

  3. Get Block Method.srt

4.33 KB

  4. Building GET blockblockHash Endpoint.mp4

71.98 MB

  4. Building GET blockblockHash Endpoint.srt

6.54 KB

  5. Get Transaction Method.mp4

73.60 MB

  5. Get Transaction Method.srt

5.98 KB

  6. Building GET transactiontransactionId Endpoint.mp4

85.10 MB

  6. Building GET transactiontransactionId Endpoint.srt

6.72 KB

  7. Get Address Data Method.mp4

89.97 MB

  7. Get Address Data Method.srt

6.97 KB

  8. Building GET addressaddress Endpoint.mp4

116.57 MB

  8. Building GET addressaddress Endpoint.srt

9.84 KB

  9. Adding The Block Explorer File.mp4

75.53 MB

  9. Adding The Block Explorer File.srt

6.23 KB

 8. Conclusion

  1. Course Recap.mp4

73.13 MB

  1. Course Recap.srt

6.41 KB

  2. Next Steps.mp4

8.34 MB

  2. Next Steps.srt

0.94 KB

  3. Congrats !!!.html

0.95 KB

 [FreeCoursesOnline.Us].url

0.12 KB

 [FreeTutorials.Us].url

0.12 KB

 [FTU Forum].url

0.25 KB
 

tracker

leech seeds
 

Torrent description

Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [FreeTutorials Us] Udemy - Learn Blockchain By Building Your Own In JavaScript Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.

related torrents

Torrent name

health leech seeds Size
 


comments (0)

Main Menu