Skip to main Content

Blockchain Hyperledger Fabric: Architecting, Designing, and Deploying a Network

  • Course Code U66882G
  • Duration 3 days

Course Delivery

Virtual Learning Price

Please call

Request Group Training Add to Cart

Course Delivery

This course is available in the following formats:

  • Company Event

    Event at company

  • Public Classroom

    Traditional Classroom Learning

  • Virtual Learning

    Learning that is virtual

Request this course in a different delivery format.

Course Overview

Top

Understand how Hyperledger Fabric networks are architected and operate. In this course, you will learn about the integral base files in which Fabric are built upon. With this knowledge, you will learn how identity and permissions are administered throughout Membership Only networks. Additionally, you will gain the experience necessary to enter into and manage nodes/peer needs (i.e., chaincode installation, securing communication, etc.).

Virtual Learning

This interactive training can be taken from any location, your office or home and is delivered by a trainer. This training does not have any delegates in the class with the instructor, since all delegates are virtually connected. Virtual delegates do not travel to this course, Global Knowledge will send you all the information needed before the start of the course and you can test the logins.

Course Schedule

Top

Target Audience

Top

System Administrators and Architects

Course Objectives

Top
  • Gain an understanding of the Hyperledger Fabric network topology
  • Learn about chaincode, its purpose, and how to develop it using Go
  • Learn how to handle chaincode operations such as making chaincode packages accessible to peers, invoking and interacting with the chaincode logic from the CLI, and more
  • Learn about how to create and develop an initial client side solution (Using Node) to interact with the network
  • Learn how to scale network organizations, peers, and orderer nodes
  • Perform Certificate Authority Related operations and setup necessary for initial network Identity relations

Course Content

Top
  • Setting up Fabric
  • Docker basics 
    • Lab: Installing HLF and setting up
  • Hyperledger Fabric architect’s use cases
  • Architecting a solution/architects considerations
  • Database Administration in Fabric
  • Fabric network topology
    • Lab: Bootstrapping the network
    • Lab: Building the network artifacts and basis
    • Lab: Building the network
  • System Administrator’s chaincode process
    • Lab: Chaincode on network
  • Communication on the network
    • Lab: Creating and implementing new organizations
  • Ordering Services
    • Lab: Scaling the network and modularity
  • Permissioning (Membership, ACL’s, Channels)
    • Lab: Creating the Channels, and implementing permissions 
    • Lab: Adding Pearson Vue
    • Lab: MSP/CA operations
  • Deployment Tips

Course Prerequisites

Top

Students should be:

  • Familiar with Hyperledger Fabric Component Structure and purposes
  • Have a minimal understanding of YAML Structure
  • Knowledgeable on how to navigate through the Command Line