Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Smart Contract Mastery: The Complete Solidity Guide for 2023, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:40
    Welcome and Introduction
  2. Урок 2. 00:01:48
    Course Preview
  3. Урок 3. 00:02:01
    Why take this course ?
  4. Урок 4. 00:03:08
    Introduction to Web3
  5. Урок 5. 00:04:03
    Introduction to Ethereum
  6. Урок 6. 00:03:10
    Introduction to Ether
  7. Урок 7. 00:07:03
    Ethereum Accounts
  8. Урок 8. 00:09:37
    Blockchain Transaction
  9. Урок 9. 00:05:04
    Blockchain Blocks
  10. Урок 10. 00:05:45
    EVM (Ethereum virtual machine)
  11. Урок 11. 00:07:11
    Gas and fees
  12. Урок 12. 00:05:31
    Ethereum Networks
  13. Урок 13. 00:04:06
    Blockchain Consensus
  14. Урок 14. 00:08:28
    Introduction to Remix
  15. Урок 15. 00:17:35
    Data types in Solidity
  16. Урок 16. 00:04:24
    Functions
  17. Урок 17. 00:06:27
    Control structures (if-else statements, loops)
  18. Урок 18. 00:07:19
    Events and logging
  19. Урок 19. 00:06:29
    Modifiers
  20. Урок 20. 00:10:58
    Visibility specifiers
  21. Урок 21. 00:04:00
    Inheritance and contracts composition
  22. Урок 22. 00:05:49
    Function overriding
  23. Урок 23. 00:16:09
    Integrated functions
  24. Урок 24. 00:07:42
    Fallback and Receive functions
  25. Урок 25. 00:07:18
    Storage locations
  26. Урок 26. 00:02:55
    Compiler version
  27. Урок 27. 00:05:49
    ABI (Application Binary Interface)
  28. Урок 28. 00:07:51
    Bytecode
  29. Урок 29. 00:04:17
    Remix Solidity Unit Test
  30. Урок 30. 00:07:15
    Test with Solidity
  31. Урок 31. 00:10:27
    Test with Hardhat (Chai, Mocha)
  32. Урок 32. 00:03:41
    Deploy on Remix VM and Interact with Smart Contract on Remix
  33. Урок 33. 00:03:44
    Testnet Faucet (Get ETH in testnet)
  34. Урок 34. 00:01:57
    Project goal and concept
  35. Урок 35. 00:05:51
    Define the state variables
  36. Урок 36. 00:03:19
    Define the constructor
  37. Урок 37. 00:05:03
    Implement vote function
  38. Урок 38. 00:05:11
    Implement ability to Vote
  39. Урок 39. 00:05:17
    Compute the winning proposal
  40. Урок 40. 00:08:48
    Implement delegate function
  41. Урок 41. 00:02:18
    Get the name of the winning proposal
  42. Урок 42. 00:15:28
    Interact with the final contract
  43. Урок 43. 00:01:12
    Project goal and concept
  44. Урок 44. 00:04:40
    ERC-20 Standard
  45. Урок 45. 00:01:30
    Introduction to OpenZeppelin
  46. Урок 46. 00:05:34
    Define the state variables
  47. Урок 47. 00:01:34
    Define the constructor
  48. Урок 48. 00:03:52
    Access control for some function and mint function
  49. Урок 49. 00:09:15
    Interact with the final contract
  50. Урок 50. 00:01:14
    Explain the project goal and concept
  51. Урок 51. 00:03:04
    Define the state variables
  52. Урок 52. 00:01:29
    Define the constructor
  53. Урок 53. 00:04:14
    Implement the deposit function
  54. Урок 54. 00:04:54
    Implement the withdraw function
  55. Урок 55. 00:04:54
    Interact with the final contract
  56. Урок 56. 00:03:05
    Deploy your contract on Polygon
  57. Урок 57. 00:02:19
    Conclusion