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