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