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