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