Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Polkadot Blockchain Developer Bootcamp with Substrate + Rust, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:46
    Applications of the blockchain in 2 minutes
  2. Урок 2. 00:03:59
    Introduction to the blockchain
  3. Урок 3. 00:02:28
    Introduction to Polkadot
  4. Урок 4. 00:01:58
    Introduction to Substrate
  5. Урок 5. 00:02:15
    Blockchain basics
  6. Урок 6. 00:02:36
    What is a blockchain node?
  7. Урок 7. 00:00:42
    State transitions and conflicts
  8. Урок 8. 00:01:03
    Blockchain governance
  9. Урок 9. 00:00:38
    Applications running on a blockchain
  10. Урок 10. 00:02:11
    Start the local node
  11. Урок 11. 00:02:01
    Start the front-end template
  12. Урок 12. 00:02:14
    Transfer funds from an account
  13. Урок 13. 00:02:05
    Architecture
  14. Урок 14. 00:01:20
    Network types
  15. Урок 15. 00:02:41
    Node types
  16. Урок 16. 00:05:00
    Start the first blockchain node
  17. Урок 17. 00:03:38
    Add a second node to the blockchain network
  18. Урок 18. 00:01:08
    Verify blocks are produced and finalised
  19. Урок 19. 00:00:55
    Consensus
  20. Урок 20. 00:01:31
    Block authoring
  21. Урок 21. 00:01:39
    Finalisation and forks
  22. Урок 22. 00:02:12
    Deterministic finality
  23. Урок 23. 00:05:25
    Generate your account and keys
  24. Урок 24. 00:05:01
    Create a custom chain specification
  25. Урок 25. 00:01:19
    Convert the chain specification to raw format
  26. Урок 26. 00:02:23
    Start the first node
  27. Урок 27. 00:01:57
    View information about node operations
  28. Урок 28. 00:04:05
    Add keys to the keystore
  29. Урок 29. 00:04:51
    Enable other participants to join
  30. Урок 30. 00:01:41
    Accounts, addresses, and keys
  31. Урок 31. 00:01:31
    Address encoding and chain-specific addresses
  32. Урок 32. 00:01:29
    Specialised accounts
  33. Урок 33. 00:02:23
    Add the Nicks pallet dependencies
  34. Урок 34. 00:01:34
    Review the configuration for Balances
  35. Урок 35. 00:04:33
    Implement the configuration for Nicks
  36. Урок 36. 00:00:49
    Start the blockchain node
  37. Урок 37. 00:00:28
    Start the front-end template
  38. Урок 38. 00:01:29
    Set a nickname using the Nicks pallet
  39. Урок 39. 00:02:13
    Query information for an account using the Nicks pallet
  40. Урок 40. 00:01:44
    Identify the administrative account
  41. Урок 41. 00:03:05
    Set the name for an account
  42. Урок 42. 00:01:49
    Use the Root origin to dispatch a call
  43. Урок 43. 00:02:09
    Add the pallet dependencies
  44. Урок 44. 00:13:56
    Implement the Contracts configuration trait
  45. Урок 45. 00:03:35
    Expose the Contracts API
  46. Урок 46. 00:04:18
    Update the outer node
  47. Урок 47. 00:01:21
    Start the local Substrate node
  48. Урок 48. 00:03:37
    Create a new smart contract project
  49. Урок 49. 00:01:15
    Start the Substrate smart contracts node
  50. Урок 50. 00:02:35
    Deploy the contract
  51. Урок 51. 00:01:02
    Call the smart contract
  52. Урок 52. 00:01:30
    Create a new smart contract project
  53. Урок 53. 00:01:40
    Update your smart contract
  54. Урок 54. 00:01:59
    Add a function to get a storage value
  55. Урок 55. 00:02:48
    Add a function to modify the storage value
  56. Урок 56. 00:02:11
    Deploy and test the smart contract