Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Blockchain Web Development on Ethereum, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:57
    How To Get The Most Out Of This Course
  2. Урок 2. 00:02:52
    Project Architecture
  3. Урок 3. 00:08:45
    Setting up environment
  4. Урок 4. 00:02:01
    Dependencies
  5. Урок 5. 00:01:22
    Frontend architecture
  6. Урок 6. 00:07:25
    Website mockup
  7. Урок 7. 00:05:07
    PollCreate component view
  8. Урок 8. 00:06:53
    PollCreate component logic
  9. Урок 9. 00:05:36
    Poll component view
  10. Урок 10. 00:07:21
    Poll component logic
  11. Урок 11. 00:06:00
    PollVote component voting
  12. Урок 12. 00:06:43
    PollVote component results (charts)
  13. Урок 13. 00:06:34
    Displaying active poll
  14. Урок 14. 00:05:53
    PollService setup
  15. Урок 15. 00:09:53
    Wiring up components
  16. Урок 16. 00:00:44
    Overview
  17. Урок 17. 00:02:14
    Remix introduction
  18. Урок 18. 00:08:00
    Solidity - types
  19. Урок 19. 00:08:21
    Solidity - functions
  20. Урок 20. 00:04:23
    Solidity - restrictions and modifiers
  21. Урок 21. 00:05:27
    Contract interaction
  22. Урок 22. 00:03:43
    PollContract - defining types
  23. Урок 23. 00:05:56
    PollContract - creating poll
  24. Урок 24. 00:03:42
    PollContract - getting poll
  25. Урок 25. 00:04:12
    PollContract - voting
  26. Урок 26. 00:02:57
    PollContract - getting voter
  27. Урок 27. 00:02:22
    Metamask setup
  28. Урок 28. 00:02:16
    Ganache setup
  29. Урок 29. 00:03:35
    Deploying contract to local blockchain
  30. Урок 30. 00:00:20
    Overview
  31. Урок 31. 00:09:19
    Connecting to blockchain - Web3 Service
  32. Урок 32. 00:06:52
    Executing transactions
  33. Урок 33. 00:05:07
    Writing to blockchain - PollService
  34. Урок 34. 00:05:14
    Reading from blockchain - Web3Service
  35. Урок 35. 00:08:42
    Normalizing data - PollService
  36. Урок 36. 00:06:43
    Reacting to blockchain events
  37. Урок 37. 00:01:44
    Conclusion