1. Урок 1. 00:03:07
    Introduction
  2. Урок 2. 00:11:01
    Fabric 2.x Section | Lecture updates
  3. Урок 3. 00:03:28
    Hyperledger Fabric 2.x Chaincode Updates (What's new?)
  4. Урок 4. 00:02:35
    Dev Machine Requirements & IDE Setup
  5. Урок 5. 00:03:19
    Crash course on Virtualization (Vagrant & VirtualBox)
  6. Урок 6. 00:02:02
    Download Project Repo & Setup the Dev VM
  7. Урок 7. 00:03:37
    Dev Environment Overview & Setup options
  8. Урок 8. 00:04:17
    Virtual Box Express Install
  9. Урок 9. 00:05:29
    Standard VM Install (1 of 2)
  10. Урок 10. 00:02:13
    Standard VM Install (2 of 2)
  11. Урок 11. 00:06:09
    Distributed Ledgers, Transactions, Chaincode & Shim
  12. Урок 12. 00:05:58
    Using the Dev Environment utilities
  13. Урок 13. 00:05:34
    Hands On: Utility scripts for managing development environment
  14. Урок 14. 00:07:44
    Hands On: Setting the environment & executing peer commands
  15. Урок 15. 00:04:22
    Hands On: Working with Hyperledger Explorer Tool
  16. Урок 16. 00:08:59
    Hands On: Chaincode execution utility
  17. Урок 17. 00:08:02
    Lifecycle- Chaincode Packaging & Installation
  18. Урок 18. 00:07:30
    Exercise- Chaincode Packaging & Installation
  19. Урок 19. 00:09:47
    Lifecycle - Chaincode Approval & Commitment
  20. Урок 20. 00:10:00
    Exercise - Chaincode Approval & Commitment
  21. Урок 21. 00:01:14
    Lifecycle - Chaincode Invoke & Query
  22. Урок 22. 00:05:16
    Exercise - Chaincode Invoke & Query
  23. Урок 23. 00:06:37
    Lifecycle - Chaincode Upgrade
  24. Урок 24. 00:08:47
    Exercise - Chaincode Upgrade
  25. Урок 25. 00:06:20
    Chaincode Net versus Dev Mode
  26. Урок 26. 00:03:37
    Chaincode Interface implementation & working
  27. Урок 27. 00:07:21
    Logging from Chaincode
  28. Урок 28. 00:07:28
    Hands On: Chaincode Install | Commit | Logging Walkthrough
  29. Урок 29. 00:07:09
    Hands On: Chaincode Interface
  30. Урок 30. 00:04:22
    Sending the Success & Error Response
  31. Урок 31. 00:02:37
    Introduction to ChaincodeStub
  32. Урок 32. 00:04:27
    Extracting Proposal Information
  33. Урок 33. 00:05:49
    Hands On: Using functions for accessing Proposal elements
  34. Урок 34. 00:06:25
    Passing Arguments & Invoke Function Implementation
  35. Урок 35. 00:03:37
    Hands On: Using Arguments function
  36. Урок 36. 00:04:41
    Chaincode State Management
  37. Урок 37. 00:06:39
    Hands On: Chaincode State Functions GetState, PutState & DelState
  38. Урок 38. 00:04:19
    Exercise: Add the "delete" function to V5 Token implementation
  39. Урок 39. 00:03:40
    Invoking Chaincode from another Chaincode
  40. Урок 40. 00:05:43
    Hands On: InvokeChaincode function
  41. Урок 41. 00:04:00
    Fabric Events & Subscriptions
  42. Урок 42. 00:04:06
    Hands On: Event function usage
  43. Урок 43. 00:04:40
    Fabric Chaincode Testing
  44. Урок 44. 00:05:33
    GoLang Testing Framework
  45. Урок 45. 00:03:31
    Hands On: Testing the Chaincode using GoLang Test Framework
  46. Урок 46. 00:04:17
    Chaincode unit testing with MockStub
  47. Урок 47. 00:06:23
    Hands On: Use the MockStub for Testing
  48. Урок 48. 00:08:10
    Writing Unit Tests Scripts (Utility)
  49. Урок 49. 00:04:10
    Hands On: Unit Testing Scripts
  50. Урок 50. 00:02:56
    ICO & Tokens
  51. Урок 51. 00:03:37
    Exercise: Requirement for this project
  52. Урок 52. 00:06:49
    Hands-on: Solution walkthrough
  53. Урок 53. 00:02:07
    Exercise: Test out the "transfer" events
  54. Урок 54. 00:06:16
    Transaction Flow in Fabric
  55. Урок 55. 00:03:37
    Consortiums and Trust Authorities
  56. Урок 56. 00:07:09
    Endorsement Policies & Expressions
  57. Урок 57. 00:09:04
    Chaincode Lifecycle EP in Dev Setup
  58. Урок 58. 00:07:21
    Hands On: Chaincode Endorsement Policies
  59. Урок 59. 00:02:20
    Exercise: Chaincode Endorsement Policy Expressions
  60. Урок 60. 00:05:27
    Transaction & Data Confidentiality
  61. Урок 61. 00:04:16
    Private Data Collections
  62. Урок 62. 00:05:07
    Flow of Transactions involving Private Data
  63. Урок 63. 00:08:18
    Private Data Collection Definition (1 of 2)
  64. Урок 64. 00:06:52
    Private Data Collection Definition (2 of 2)
  65. Урок 65. 00:05:20
    Hands-On: Setting up the PDC Definition in JSON file
  66. Урок 66. 00:06:45
    Hands-On: Private Data Collection in action
  67. Урок 67. 00:05:08
    Exercise: Update the PDC Definition
  68. Урок 68. 00:02:20
    Chaincode Stub API for Private Data Collections
  69. Урок 69. 00:02:26
    Hands-On: Using the PDC Stub API
  70. Урок 70. 00:01:45
    Exercise: Extend the PDC Sample Code
  71. Урок 71. 00:04:08
    Querying State Data by Range
  72. Урок 72. 00:01:55
    Stub functions for Range Queries
  73. Урок 73. 00:05:59
    Hands-on: Get State By Range
  74. Урок 74. 00:02:34
    Working with Pagination
  75. Урок 75. 00:03:35
    Stub function for Range Query with pagination
  76. Урок 76. 00:04:26
    Exercise: Extend for pagination
  77. Урок 77. 00:06:04
    Overview of Composite Keys & usage
  78. Урок 78. 00:03:04
    Stub functions related to Composite Keys
  79. Урок 79. 00:06:12
    Hands-on: Using the Composite Key functions
  80. Урок 80. 00:04:17
    Understanding the Rich Queries
  81. Урок 81. 00:10:10
    Hands-on: Setting the stage for Rich Queries
  82. Урок 82. 00:09:07
    Mango Query Language Selectors
  83. Урок 83. 00:03:01
    Query Result Fields Skip & Limit
  84. Урок 84. 00:03:34
    Stub functions for Rich queries
  85. Урок 85. 00:07:06
    Hands-on: Using the Rich query functions
  86. Урок 86. 00:02:42
    Exercise: Create Aggregation Function
  87. Урок 87. 00:06:29
    Using the CouchDB Indexes
  88. Урок 88. 00:04:03
    Hands-on: Working with indexes
  89. Урок 89. 00:04:16
    Sorting and indexes
  90. Урок 90. 00:04:36
    Exercise: Add a Report Function to sample
  91. Урок 91. 00:04:21
    Managing asset history
  92. Урок 92. 00:02:26
    Stub functions & interface for History
  93. Урок 93. 00:06:50
    Hands-on: Using the History API
  94. Урок 94. 00:06:48
    Chaincode Access & Authorization
  95. Урок 95. 00:03:21
    Client Identity Library Function Overview
  96. Урок 96. 00:07:02
    Hands-On: Test Chaincode Setup with Client Identity
  97. Урок 97. 00:06:29
    Hands On: With Client Identity Functions
  98. Урок 98. 00:06:33
    Exercise - Trade Approval Chaincode
  99. Урок 99. 00:05:49
    Fabric Front End Application Patterns
  100. Урок 100. 00:06:24
    Fabric Node SDK + Sample code setup
  101. Урок 101. 00:02:27
    Approach: Usage Based Learning
  102. Урок 102. 00:06:19
    Fabric Network Module (fabric-network)
  103. Урок 103. 00:05:41
    Hands-On: Develop a Wallet Utility
  104. Урок 104. 00:07:32
    Setting up the Gateway class instance
  105. Урок 105. 00:05:43
    Using the Network, Contract & Transaction classes
  106. Урок 106. 00:06:27
    Hands On: Use the fabric-network classes for Invoking & Querying ERC20 chaincode
  107. Урок 107. 00:01:50
    Exercise : Extend the sample code to submit transaction
  108. Урок 108. 00:05:56
    fabric-client : Client class overview
  109. Урок 109. 00:05:51
    Hands-On: Client class & Credential Store setup utility
  110. Урок 110. 00:04:15
    Using the Peer classe
  111. Урок 111. 00:03:43
    Hands-On: Executing Peer Queries
  112. Урок 112. 00:04:56
    Overview & Usage of Channel class
  113. Урок 113. 00:05:11
    Hands On: Executing channel aware functions to get chain info
  114. Урок 114. 00:06:48
    Designing Application for events using ChannelEventHub class
  115. Урок 115. 00:04:07
    Hands On: Coding the Block & Chaincode event Handler
  116. Урок 116. 00:05:31
    Exercise: Challenge Problem