Udemy - Ethereum and Solidity: The Complete Developer's Guide

seeders: 9
leechers: 0
updated:
Added by fcs0310 in Other > Tutorials

Download Fast Safe Anonymous
movies, software, shows...

Files

[FreeCourseSite.com] Udemy - Ethereum and Solidity The Complete Developers Guide 1. What is Ethereum
  • 1. Introduction.mp4 (8.2 MB)
  • 10. What's a Transaction.mp4 (18.3 MB)
  • 11. Why'd We Wait.mp4 (8.1 MB)
  • 12. A Quick Note.html (0.6 KB)
  • 13. Basic Blockchains.mp4 (48.3 MB)
  • 14. Block Time.mp4 (18.0 MB)
  • 15. Smart Contracts.mp4 (14.8 MB)
  • 16. The Solidity Programming Language.mp4 (11.0 MB)
  • 17. Our First Contract.mp4 (13.8 MB)
  • 18. Contract Structure.mp4 (14.7 MB)
  • 19. Function Declarations.mp4 (16.3 MB)
  • 2. Link to Github Repo.html (0.4 KB)
  • 20. Testing with Remix.mp4 (26.6 MB)
  • 21. Redeploying Contracts.mp4 (6.6 MB)
  • 22. Behind the Scenes of Deployment.mp4 (14.8 MB)
  • 23. More on Running Functions Than You Want to Know.mp4 (35.5 MB)
  • 24. Wei vs Ether.mp4 (10.9 MB)
  • 25. Gas and Transactions.mp4 (28.1 MB)
  • 26. Mnemonic Phrases.mp4 (38.7 MB)
  • 27. Getting More Ether.mp4 (13.7 MB)
  • 3. A Short History Lesson.mp4 (8.9 MB)
  • 4. Link to Original Bitcoin White Paper.html (0.7 KB)
  • 5. What is Ethereum.mp4 (9.6 MB)
  • 6. Interfacing with Ethereum Networks.mp4 (7.0 MB)
  • 7. Metamask Setup.mp4 (14.5 MB)
  • 8. Ethereum Accounts.mp4 (12.4 MB)
  • 9. Receiving Ether.mp4 (7.8 MB)
2. Smart Contracts with Solidity
  • 1. Don't Skip! Node JS Versioning.html (0.7 KB)
  • 10. Installing Modules.mp4 (8.7 MB)
  • 11. Web3 Versioning.mp4 (9.4 MB)
  • 12. Web3 Providers.mp4 (10.0 MB)
  • 13. Testing with Mocha.mp4 (42.5 MB)
  • 14. Mocha Structure.mp4 (10.9 MB)
  • 15. Fetching Accounts from Ganache.mp4 (15.7 MB)
  • 16. Refactor to AsyncAwait.mp4 (6.3 MB)
  • 17. Deployment with Web3.mp4 (17.0 MB)
  • 18. Deployed Inbox Overview.mp4 (33.5 MB)
  • 19. Asserting Deployment.mp4 (14.3 MB)
  • 2. Contract Deployment.mp4 (13.1 MB)
  • 20. Web3 Version Fix.html (2.1 KB)
  • 21. Verifying the Initial Message.mp4 (21.8 MB)
  • 22. Testing Message Updates.mp4 (17.0 MB)
  • 23. Deployment with Infura.mp4 (15.9 MB)
  • 24. Infura Signup.mp4 (10.0 MB)
  • 25. Wallet Provider Setup.mp4 (16.6 MB)
  • 26. Deployment to Rinkeby.mp4 (18.0 MB)
  • 27. Observing Deployment on Etherscan.mp4 (13.7 MB)
  • 28. Deployed Contracts in Remix.mp4 (17.5 MB)
  • 29. Project Review.mp4 (25.1 MB)
  • 3. Boilerplate Requirements.mp4 (12.3 MB)
  • 4. Project File Walkthrough.mp4 (9.7 MB)
  • 5. Syntax Highlighters.html (1.4 KB)
  • 6. Compiling Solidity.mp4 (13.2 MB)
  • 7. The Compile Script.mp4 (31.1 MB)
  • 8. Testing Architecture.mp4 (9.0 MB)
  • 9. Running Windows.html (1.2 KB)
3. Advanced Smart Contracts
  • 1. The Lottery Contract.mp4 (5.8 MB)
  • 10. Validation with Require Statements.mp4 (25.0 MB)
  • 11. The Remix Debugger.mp4 (10.4 MB)
  • 12. Pseudo Random Number Generator.mp4 (25.6 MB)
  • 13. Selecting a Winner.mp4 (11.9 MB)
  • 14. Sending Ether from Contracts.mp4 (13.9 MB)
  • 15. Resetting Contract State.mp4 (9.6 MB)
  • 16. Requiring Managers.mp4 (14.7 MB)
  • 17. Function Modifiers.mp4 (15.0 MB)
  • 18. Returning Players Array.mp4 (5.8 MB)
  • 19. Contract Review.mp4 (9.8 MB)
  • 2. Lottery Design.mp4 (6.5 MB)
  • 20. New Test Setup.mp4 (7.5 MB)
  • 21. Test Project Updates.mp4 (5.6 MB)
  • 22. Test Helper Review.mp4 (9.9 MB)
  • 23. Asserting Deployment.mp4 (6.1 MB)
  • 24. Entering the Lottery.mp4 (15.9 MB)
  • 25. Asserting Multiple Players.mp4 (8.6 MB)
  • 26. Try-Catch Assertions.mp4 (13.4 MB)
  • 27. Testing Function Modifiers.mp4 (8.3 MB)
  • 28. End to End Test.mp4 (28.0 MB)
  • 3. Basic Solidity Types.mp4 (21.7 MB)
  • 4. Starting the Lottery Contract.mp4 (9.9 MB)
  • 5. The Message Global Variable.mp4 (13.8 MB)
  • 6. Overview of Arrays.mp4 (29.4 MB)
  • 7. Overview of Mappings and Structs.mp4 (8.5 MB)
  • 8. Big Solidity Gotcha.mp4 (15.2 MB)
  • 9. Entering the Lottery.mp4 (9.1 MB)
4. Building Interactive Front-Ends
  • 1. Ethereum App Architecture.mp4 (20.9 MB)
  • 10. Accessing More Properties.mp4 (14.9 MB)
  • 11. The 'Enter' Form.mp4 (11.1 MB)
  • 12. Form Setup.mp4 (18.2 MB)
  • 13. Entering the Lottery.mp4 (17.9 MB)
  • 14. Picking a Winner.mp4 (23.7 MB)
  • 15. Project Review.mp4 (10.6 MB)
  • 2. Application Overview.mp4 (17.8 MB)
  • 3. Getting Started with Create-React-App.mp4 (6.4 MB)
  • 4. Multiple Web3 Instances.mp4 (19.7 MB)
  • 5. Web3 Setup.mp4 (14.7 MB)
  • 6. Deploying the Lottery Contract.mp4 (14.6 MB)
  • 7. Local Contract Instances.mp4 (16.0 MB)
  • 8. Rendering Contract Data.mp4 (19.1 MB)
  • 9. Instance Properties.mp4 (4.1 MB)
5. Real Projects with Ethereum
  • 1. Solving Real Problems with Contracts.mp4 (15.9 MB)
  • 10. Instance Creation Syntax.mp4 (27.7 MB)
  • 11. Storage and Memory.mp4 (15.5 MB)
  • 12. More on Storage vs Memory.mp4 (42.0 MB)
  • 13. Voting System Requirements.mp4 (7.1 MB)
  • 14. The Wrong Voting System.mp4 (12.2 MB)
  • 15. Issues with Arrays.mp4 (14.6 MB)
  • 16. Mappings vs Arrays.mp4 (9.0 MB)
  • 17. Basics of Mappings.mp4 (25.3 MB)
  • 18. Refactoring to Mappings.mp4 (17.9 MB)
  • 19. Refactoring Request Stucts.mp4 (5.6 MB)
  • 2. Fixing Kickstarter's Issues.mp4 (18.7 MB)
  • 20. More on Struct Initialization.mp4 (8.0 MB)
  • 21. Approving a Request.mp4 (20.5 MB)
  • 22. Testing Request Approvals.mp4 (16.5 MB)
  • 23. Finalizing a Request.mp4 (20.8 MB)
  • 24. Last Remix Test.mp4 (6.6 MB)
  • 25.

Description

Udemy - Ethereum and Solidity: The Complete Developer's Guide

Use Ethereum, Solidity, and Smart Contracts to build production-ready apps based on the blockchain

For more Udemy Courses: https://freecoursesite.com



Download torrent
3.4 GB
seeders:9
leechers:0
Udemy - Ethereum and Solidity: The Complete Developer's Guide


Trackers

tracker name
udp://62.138.0.158:6969/announce
udp://87.233.192.220:6969/announce
udp://144.76.167.213:1337/announce
udp://151.80.120.112:2710/announce
udp://163.172.81.35:1337/announce
http://163.172.81.35:1337/announce
udp://211.149.236.45:6969/announce
udp://109.236.91.32:6969/announce
udp://83.208.197.185:1337/announce
udp://51.15.4.13:1337/announce
http://51.15.4.13:1337/announce
http://185.82.217.160:1337/announce
udp://185.82.217.160:1337/announce
udp://198.54.117.24:1337/announce
udp://82.45.40.204:1337/announce
udp://123.249.16.65:2710/announce
udp://5.226.21.164:6969/announce
udp://210.244.71.25:6969/announce
udp://78.142.19.42:1337/announce
udp://191.96.249.23:6969/announce
µTorrent compatible trackers list

Download torrent
3.4 GB
seeders:9
leechers:0
Udemy - Ethereum and Solidity: The Complete Developer's Guide


Torrent hash: ACD0092D303D976902B5DA3B758BB9BD91EBF57A