Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Ethereum and Solidity: Build Dapp with VueJS, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:29
    Introduction
  • Урок 2. 00:01:42
    Final result
  • Урок 3. 00:10:18
    Start writing our smart contract
  • Урок 4. 00:03:28
    Finishing our contract
  • Урок 5. 00:02:49
    Fix an issue
  • Урок 6. 00:04:08
    Deploy contract in Remix
  • Урок 7. 00:04:50
    Interact with our smart contract
  • Урок 8. 00:03:08
    Redeploy after change
  • Урок 9. 00:02:55
    Initialize and configure truffle
  • Урок 10. 00:03:00
    Initialize the vuejs application and install dependencies
  • Урок 11. 00:03:07
    Install tailwindcss
  • Урок 12. 00:04:11
    Deploy the contract
  • Урок 13. 00:03:20
    Install Metamask extension
  • Урок 14. 00:04:10
    Prepare the javascript proxy class
  • Урок 15. 00:05:11
    Initialize Vuex state management
  • Урок 16. 00:08:59
    Initialize web3
  • Урок 17. 00:04:06
    Showing Metamask account on the front page
  • Урок 18. 00:03:54
    Creating inputs
  • Урок 19. 00:01:51
    Creating save button
  • Урок 20. 00:07:15
    Logic around submitting the form
  • Урок 21. 00:01:48
    Final touches before submitting the form
  • Урок 22. 00:06:37
    Invoking the action
  • Урок 23. 00:02:34
    Testing the workflow of setting name and age
  • Урок 24. 00:08:58
    Persist data when dapp refreshes
  • Урок 25. 00:01:21
    Final testing