1. Урок 1. 00:05:06
    Introduction to the Course
  2. Урок 2. 00:05:51
    What is Hyperledger?
  3. Урок 3. 00:07:45
    Distributed Ledger Technology & its Challenges
  4. Урок 4. 00:06:52
    Hyperledger Fabric : A DLT for Business Applications
  5. Урок 5. 00:02:45
    Assets, Chaincode & Ledger
  6. Урок 6. 00:05:12
    Permissioned Network, Members & Membership Service Provider
  7. Урок 7. 00:06:09
    Nodes and Channels
  8. Урок 8. 00:05:40
    Hyperledger Fabric Composer Overview
  9. Урок 9. 00:02:16
    Development Machine Specifications & IDE
  10. Урок 10. 00:06:14
    Composer Dev Tools Installation
  11. Урок 11. 00:07:18
    Install Docker or Docker Toolkit
  12. Урок 12. 00:04:09
    Native Vs. Virtual Machine Development Environment
  13. Урок 13. 00:04:42
    Virtual Machine based Hyperledger Dev Setup
  14. Урок 14. 00:09:23
    Setting up the Virtual Machine using VirtualBox+Vagrant
  15. Урок 15. 00:04:38
    Installation of Fabric Tools
  16. Урок 16. 00:06:40
    Post Installation Steps
  17. Урок 17. 00:05:06
    Install CURL and Cygwin (Windows only)
  18. Урок 18. 00:09:36
    Linux/Ubuntu & AWS: Setup of Fabric Development on Local & Cloud VM
  19. Урок 19. 00:03:02
    Mac OS: Setup of Fabric Development Environment
  20. Урок 20. 00:04:22
    Windows : Fabric development environment setup
  21. Урок 21. 00:03:55
    How to use the Dev Tools
  22. Урок 22. 00:05:29
    Development Environment Topology
  23. Урок 23. 00:04:40
    Development Environment Scripts
  24. Урок 24. 00:09:35
    Ledger Implementation
  25. Урок 25. 00:04:02
    Dev Environment Walkthrough: Peer & CouchDB setup
  26. Урок 26. 00:05:44
    Peers Nodes : Anchors and Endorsers
  27. Урок 27. 00:05:30
    Clients Node: Endorsement Policies
  28. Урок 28. 00:03:14
    Orderer Nodes
  29. Урок 29. 00:06:50
    Membership Service Provider & Certification Authority
  30. Урок 30. 00:02:20
    Dev Environment Walkthrough: Orderer and CA Server
  31. Урок 31. 00:04:54
    Chaincode Development
  32. Урок 32. 00:09:44
    Fabric Composer Playground
  33. Урок 33. 00:04:05
    Yeoman Hyperledger Generators
  34. Урок 34. 00:09:18
    Participant Roles and Business Network Cards
  35. Урок 35. 00:08:42
    Composer CLI Tool - Deploying a Network Application
  36. Урок 36. 00:05:26
    Composer CLI Tool - Network Application Management
  37. Урок 37. 00:09:37
    REST Server Overview
  38. Урок 38. 00:07:12
    REST Server Security
  39. Урок 39. 00:09:04
    Skeleton Angular Application using Yo
  40. Урок 40. 00:04:44
    Composer SDKOverview
  41. Урок 41. 00:04:01
    Case Study: ACME Airlines
  42. Урок 42. 00:05:19
    Modeling Language Files | Namespace
  43. Урок 43. 00:07:39
    Defining the Resources
  44. Урок 44. 00:07:20
    Support for Object Orientation
  45. Урок 45. 00:06:40
    Modeling Arrays
  46. Урок 46. 00:11:37
    Registries & Relationship between Resources
  47. Урок 47. 00:10:24
    Adding the field Validations
  48. Урок 48. 00:04:28
    Resource Registries & Identities +Exercise
  49. Урок 49. 00:10:37
    Modeling the Transactions
  50. Урок 50. 00:07:55
    Queries
  51. Урок 51. 00:10:58
    Managing identities for Network Applications
  52. Урок 52. 00:14:19
    Access Control Language (Part 1 of 2) Simple Rules
  53. Урок 53. 00:10:38
    Access Control Language (Part 2 of 2) Conditional Rules
  54. Урок 54. 00:09:09
    Business Network Card Management
  55. Урок 55. 00:12:10
    Admin Connection Class
  56. Урок 56. 00:06:15
    Business Network Connection Class
  57. Урок 57. 00:08:14
    Submitting a Transaction
  58. Урок 58. 00:07:43
    Registries
  59. Урок 59. 00:06:33
    Resources
  60. Урок 60. 00:05:34
    Querying the Registries
  61. Урок 61. 00:09:57
    Subscribing to Events
  62. Урок 62. 00:08:02
    Embedded Runtime for Testing
  63. Урок 63. 00:09:38
    Crash course in Mocha and Chai
  64. Урок 64. 00:07:46
    Writing Unit Test Cases for Network Applications
  65. Урок 65. 00:09:29
    Runtime API for Transaction Processing Functions
  66. Урок 66. 00:04:38
    Query invocation in Transaction Processing Functions
  67. Урок 67. 00:03:31
    Implementing Programmatic Access Control
  68. Урок 68. 00:06:08
    Emitting events and Integrating with external systems
  69. Урок 69. 00:09:22
    Securing the REST server with Authentication Strategy
  70. Урок 70. 00:06:13
    Walkthrough: Applying OAuth2.0 Authentication Strategy to REST Server
  71. Урок 71. 00:09:17
    Application Design Patterns
  72. Урок 72. 00:04:52
    Working of Multi User Enabled REST Server
  73. Урок 73. 00:07:22
    Walkthrough - REST Server Multi User mode