Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Blockchain Smart Contract & Frontend Programming (EOS EOSIO), а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:25:29
    What You'll Need to Know: Programming Concepts
  • Урок 2. 00:14:56
    Setting Up Your EOS Studio Environment
  • Урок 3. 00:14:07
    Smart Contract Coding Basics: understanding the default contract
  • Урок 4. 00:13:02
    Multi-Index Tables in EOS Smart Contracts
  • Урок 5. 00:13:15
    JSX: Setting up our Frontend Game
  • Урок 6. 00:14:18
    C++: Smart Contract "users" Table and "login" Action
  • Урок 7. 00:16:04
    JSX: Adding the Login Form
  • Урок 8. 00:08:59
    JS: Talking to the Blockchain with an ApiService.js
  • Урок 9. 00:13:11
    JS: Using a Redux Store & our setUser action
  • Урок 10. 00:11:24
    JS: Connecting Redux & React
  • Урок 11. 00:23:53
    JS: Testing our Redux-connected Login Form & Adding Game.JSX
  • Урок 12. 00:07:27
    JS: Getting Data from the Blockchain
  • Урок 13. 00:10:38
    JSX: Displaying our Player's Profile
  • Урок 14. 00:09:03
    JSX: Testing and Finishing the Player Profile Screen
  • Урок 15. 00:11:22
    JSX: Refreshing the Screen without Losing Login
  • Урок 16. 00:15:37
    C++: Setting up the Core Game
  • Урок 17. 00:14:04
    C++: "startgame" Action #1
  • Урок 18. 00:18:52
    C++: "startgame" #2: Our "draw_one_card" Helper Function
  • Урок 19. 00:05:27
    C++: "startgame" #3: Testing in EOS Studio
  • Урок 20. 00:17:43
    C++: The "playcard" Action
  • Урок 21. 00:22:35
    JSX: Displaying the Game So Far
  • Урок 22. 00:04:28
    JSX: Recap of the Frontend Flow
  • Урок 23. 00:14:54
    JSX: Playing Cards in the Frontend
  • Урок 24. 00:21:15
    C++: Creating the AI's Strategies
  • Урок 25. 00:17:58
    C++: The AI's choose_card Function
  • Урок 26. 00:18:09
    C++: Resolving the Battle in the Contract
  • Урок 27. 00:11:15
    JSX: Displaying the Battle Resolution
  • Урок 28. 00:23:13
    C++: Adding the "updategame" and "nextround" actions
  • Урок 29. 00:10:13
    C++: Adding and testing the "endgame" action