FileMood

Download [FreeCourseSite.com] Udemy - Ethereum and Solidity The Complete Developers Guide

FreeCourseSite com Udemy Ethereum and Solidity The Complete Developers Guide

Name

[FreeCourseSite.com] Udemy - Ethereum and Solidity The Complete Developers Guide

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

3.7 GB

Total Files

247

Hash

ACD0092D303D976902B5DA3B758BB9BD91EBF57A

/1. What is Ethereum/

1. Introduction.mp4

8.6 MB

10. What's a Transaction.mp4

19.2 MB

11. Why'd We Wait.mp4

8.5 MB

12. A Quick Note.html

0.6 KB

13. Basic Blockchains.mp4

50.6 MB

14. Block Time.mp4

18.9 MB

15. Smart Contracts.mp4

15.5 MB

16. The Solidity Programming Language.mp4

11.6 MB

17. Our First Contract.mp4

14.5 MB

18. Contract Structure.mp4

15.4 MB

19. Function Declarations.mp4

17.1 MB

2. Link to Github Repo.html

0.4 KB

20. Testing with Remix.mp4

27.9 MB

21. Redeploying Contracts.mp4

7.0 MB

22. Behind the Scenes of Deployment.mp4

15.5 MB

23. More on Running Functions Than You Want to Know.mp4

37.3 MB

24. Wei vs Ether.mp4

11.4 MB

25. Gas and Transactions.mp4

29.5 MB

26. Mnemonic Phrases.mp4

40.6 MB

27. Getting More Ether.mp4

14.4 MB

3. A Short History Lesson.mp4

9.4 MB

4. Link to Original Bitcoin White Paper.html

0.7 KB

5. What is Ethereum.mp4

10.1 MB

6. Interfacing with Ethereum Networks.mp4

7.3 MB

7. Metamask Setup.mp4

15.2 MB

8. Ethereum Accounts.mp4

13.1 MB

9. Receiving Ether.mp4

8.2 MB

/2. Smart Contracts with Solidity/

1. Don't Skip! Node JS Versioning.html

0.7 KB

10. Installing Modules.mp4

9.2 MB

11. Web3 Versioning.mp4

9.9 MB

12. Web3 Providers.mp4

10.5 MB

13. Testing with Mocha.mp4

44.5 MB

14. Mocha Structure.mp4

11.5 MB

15. Fetching Accounts from Ganache.mp4

16.4 MB

16. Refactor to AsyncAwait.mp4

6.6 MB

17. Deployment with Web3.mp4

17.8 MB

18. Deployed Inbox Overview.mp4

35.1 MB

19. Asserting Deployment.mp4

15.0 MB

2. Contract Deployment.mp4

13.7 MB

20. Web3 Version Fix.html

2.1 KB

21. Verifying the Initial Message.mp4

22.8 MB

22. Testing Message Updates.mp4

17.8 MB

23. Deployment with Infura.mp4

16.7 MB

24. Infura Signup.mp4

10.4 MB

25. Wallet Provider Setup.mp4

17.4 MB

26. Deployment to Rinkeby.mp4

18.9 MB

27. Observing Deployment on Etherscan.mp4

14.4 MB

28. Deployed Contracts in Remix.mp4

18.4 MB

29. Project Review.mp4

26.3 MB

3. Boilerplate Requirements.mp4

12.9 MB

4. Project File Walkthrough.mp4

10.2 MB

5. Syntax Highlighters.html

1.5 KB

6. Compiling Solidity.mp4

13.9 MB

7. The Compile Script.mp4

32.7 MB

8. Testing Architecture.mp4

9.4 MB

9. Running Windows.html

1.3 KB

/3. Advanced Smart Contracts/

1. The Lottery Contract.mp4

6.1 MB

10. Validation with Require Statements.mp4

26.2 MB

11. The Remix Debugger.mp4

10.9 MB

12. Pseudo Random Number Generator.mp4

26.9 MB

13. Selecting a Winner.mp4

12.5 MB

14. Sending Ether from Contracts.mp4

14.6 MB

15. Resetting Contract State.mp4

10.1 MB

16. Requiring Managers.mp4

15.4 MB

17. Function Modifiers.mp4

15.8 MB

18. Returning Players Array.mp4

6.1 MB

19. Contract Review.mp4

10.2 MB

2. Lottery Design.mp4

6.8 MB

20. New Test Setup.mp4

7.8 MB

21. Test Project Updates.mp4

5.9 MB

22. Test Helper Review.mp4

10.4 MB

23. Asserting Deployment.mp4

6.4 MB

24. Entering the Lottery.mp4

16.7 MB

25. Asserting Multiple Players.mp4

9.0 MB

26. Try-Catch Assertions.mp4

14.0 MB

27. Testing Function Modifiers.mp4

8.7 MB

28. End to End Test.mp4

29.4 MB

3. Basic Solidity Types.mp4

22.7 MB

4. Starting the Lottery Contract.mp4

10.4 MB

5. The Message Global Variable.mp4

14.5 MB

6. Overview of Arrays.mp4

30.8 MB

7. Overview of Mappings and Structs.mp4

8.9 MB

8. Big Solidity Gotcha.mp4

15.9 MB

9. Entering the Lottery.mp4

9.6 MB

/4. Building Interactive Front-Ends/

1. Ethereum App Architecture.mp4

21.9 MB

10. Accessing More Properties.mp4

15.6 MB

11. The 'Enter' Form.mp4

11.7 MB

12. Form Setup.mp4

19.1 MB

13. Entering the Lottery.mp4

18.8 MB

14. Picking a Winner.mp4

24.8 MB

15. Project Review.mp4

11.2 MB

2. Application Overview.mp4

18.6 MB

3. Getting Started with Create-React-App.mp4

6.8 MB

4. Multiple Web3 Instances.mp4

20.6 MB

5. Web3 Setup.mp4

15.4 MB

6. Deploying the Lottery Contract.mp4

15.3 MB

7. Local Contract Instances.mp4

16.7 MB

8. Rendering Contract Data.mp4

20.0 MB

9. Instance Properties.mp4

4.2 MB

/5. Real Projects with Ethereum/

1. Solving Real Problems with Contracts.mp4

16.7 MB

10. Instance Creation Syntax.mp4

29.1 MB

11. Storage and Memory.mp4

16.2 MB

12. More on Storage vs Memory.mp4

44.1 MB

13. Voting System Requirements.mp4

7.4 MB

14. The Wrong Voting System.mp4

12.8 MB

15. Issues with Arrays.mp4

15.3 MB

16. Mappings vs Arrays.mp4

9.4 MB

17. Basics of Mappings.mp4

26.5 MB

18. Refactoring to Mappings.mp4

18.8 MB

19. Refactoring Request Stucts.mp4

5.8 MB

2. Fixing Kickstarter's Issues.mp4

19.6 MB

20. More on Struct Initialization.mp4

8.4 MB

21. Approving a Request.mp4

21.5 MB

22. Testing Request Approvals.mp4

17.3 MB

23. Finalizing a Request.mp4

21.8 MB

24. Last Remix Test.mp4

7.0 MB

25. Thinking about Deployment.mp4

24.2 MB

26. Solution to Deployment.mp4

16.2 MB

27. Adding a Campaign Factory.mp4

22.5 MB

28. Testing the Factory.mp4

11.4 MB

3. Campaign Contract Design.mp4

24.1 MB

4. Campaign Constructor.mp4

10.3 MB

5. Contributing to the Campaign.mp4

8.1 MB

6. A Quick Test.mp4

6.8 MB

7. The Request Struct.mp4

23.2 MB

8. More on Function Modifiers.mp4

14.3 MB

9. Creating Struct Instances.mp4

16.1 MB

/6. Ethereum Project Infrastructure/

1. Project Setup.mp4

5.7 MB

10. Requiring Minimum Contributinos.mp4

9.6 MB

11. Array Getters.mp4

17.1 MB

12. One End to End Test.mp4

33.9 MB

13. Deployment.mp4

6.7 MB

14. Refactoring Deployment.mp4

18.1 MB

2. Directory Structure.mp4

7.0 MB

3. A Better Compile Script.mp4

11.1 MB

4. Single Run Compilation.mp4

20.5 MB

5. More on Compile.mp4

42.3 MB

6. Test File Setup.mp4

19.9 MB

7. Creating Campaign Instances.mp4

29.1 MB

8. Testing Warmup.mp4

8.6 MB

9. Accessing Mappings.mp4

29.8 MB

/7. Advanced Multi-Page Front-Ends/

1. App Mockups.mp4

25.2 MB

10. Server vs Client Web3 Instances.mp4

25.4 MB

11. GetInitialProps Function.mp4

24.4 MB

12. Semantic UI React.mp4

18.7 MB

13. Card Group Setup.mp4

20.3 MB

14. Rendering Card Groups.mp4

15.9 MB

15. Adding CSS.mp4

12.6 MB

16. Adding a Button.mp4

19.4 MB

17. The Need for a Layout.mp4

16.1 MB

18. The Layout Component.mp4

18.5 MB

19. Assembling a Header.mp4

21.5 MB

2. CRA vs Next.mp4

13.5 MB

20. Constraining Content Width.mp4

9.6 MB

21. Two Column Layout.mp4

5.9 MB

22. Nested Routing.mp4

12.0 MB

23. Final CSS Fix.mp4

13.8 MB

24. Form Creation.mp4

11.9 MB

25. Input Change Handlers.mp4

17.2 MB

26. Form Submittal.mp4

15.1 MB

27. Testing Submittal.mp4

9.2 MB

28. Form Error Handling.mp4

34.3 MB

29. Button Spinners.mp4

21.0 MB

3. Next's Pages Architecture.mp4

12.3 MB

30. Routing Issues.mp4

8.2 MB

31. Next Routes Setup.mp4

27.0 MB

32. Automatic Navigation.mp4

12.7 MB

33. Header Navigation.mp4

14.9 MB

34. Routing to Campaigns.mp4

16.6 MB

35. Restarting the Server.html

0.3 KB

36. Route Mappings.mp4

16.6 MB

37. Planning CampaignShow.mp4

9.7 MB

38. Redeploying CampaignFactory.mp4

27.1 MB

39. CampaignShow's GetInitialProps.mp4

18.6 MB

4. Basics of Next Routing.mp4

11.0 MB

40. Accessing a Campaign.mp4

22.7 MB

41. Summary Translation Layer.mp4

10.9 MB

42. Custom Card Groups.mp4

22.2 MB

43. One Card Per Property.mp4

17.1 MB

44. The Contribute Form.mp4

22.3 MB

45. Grid Layouts.mp4

11.7 MB

46. Form State.mp4

6.4 MB

47. Communicating the Campaign Address.mp4

13.7 MB

48. Making a Contribution.mp4

9.4 MB

49. Refreshing Contract Data.mp4

18.1 MB

5. Root Routes.mp4

13.0 MB

50. Spinners and Error Handlers.mp4

18.3 MB

51. Listing Requests.mp4

18.3 MB

52. Grids vs Columns.mp4

10.2 MB

53. More Routing!.mp4

21.2 MB

54. Request Creation Form.mp4

30.7 MB

55. Creating a Request.mp4

27.5 MB

56. Form Polish.mp4

25.8 MB

57. Creating a Request.mp4

2.7 MB

58. Requests One by One.mp4

8.3 MB

59. Fancy Javascript.mp4

20.4 MB

6. CampaignFactory Instance.mp4

15.9 MB

60. Small Typo!.html

1.0 KB

61. Rendering a Table.mp4

10.6 MB

62. Request Row Component.mp4

20.2 MB

63. Request Row Content.mp4

18.2 MB

64. Approvers Count Cell.mp4

15.4 MB

65. Approving a Request.mp4

19.8 MB

66. Finalizing Requests.mp4

13.5 MB

67. Testing Finalization.mp4

5.4 MB

68. Row Status Styling.mp4

17.4 MB

69. Finishing Requests Index.mp4

11.1 MB

7. Getting a Test Campaign.mp4

15.1 MB

70. Wrapup.mp4

1.7 MB

8. Fetching Deployed Campaigns.mp4

15.8 MB

9. Why Next.js, Anyways.mp4

23.1 MB

/8. Appendix Basic React/

1. A Note on This Section.html

0.4 KB

10. Render Targets.mp4

9.3 MB

11. Component Structure.mp4

10.4 MB

12. Youtube Search API Signup.mp4

11.8 MB

13. Export Statements.mp4

19.7 MB

14. Class Based Components.mp4

12.3 MB

15. Handling User Events.mp4

15.3 MB

16. Introduction to State.mp4

8.1 MB

17. State Continued.mp4

9.5 MB

18. Controlled Components.mp4

17.0 MB

19. Breather and Review.mp4

5.9 MB

2. Purpose of Boilerplate Projects.mp4

9.6 MB

20. Youtube Search Response.mp4

7.5 MB

21. Refactoring Functional Components to Class Components.mp4

14.2 MB

22. Props.mp4

17.9 MB

23. Building Lists with Map.mp4

10.8 MB

24. List Item Keys.mp4

6.8 MB

25. Video List Items.mp4

20.0 MB

26. Detail Component and Template Strings.mp4

11.7 MB

27. Handling Null Props.mp4

15.3 MB

28. Video Selection.mp4

23.2 MB

29. Styling with CSS.mp4

7.4 MB

3. Environment Setup.mp4

3.3 MB

30. Searching for Videos.mp4

15.6 MB

31. Throttling Search Term Input.mp4

13.7 MB

32. React Wrapup.mp4

10.0 MB

4. Project Setup.mp4

9.4 MB

5. JSX.mp4

17.2 MB

6. More on JSX.mp4

6.9 MB

7. ES6 Import Statements.mp4

6.1 MB

8. ReactDOM vs React.mp4

3.9 MB

9. Component Instances.mp4

5.7 MB

/

[FreeCourseSite.com].txt

1.1 KB

[FreeCourseSite.com].url

0.1 KB

[HaxTech.me].txt

1.1 KB

[HaxTech.me].url

0.1 KB

 

Total files 247


Copyright © 2025 FileMood.com