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