Skip to content

Latest commit

 

History

History

Build-From-Scratch

Create Hyperledger Fabric network from scratch

Users who will follow this guide will eventually get Hyperledger Fabric blockchain network like below: network pic

This guide is configured with several sub-guides which are sorted by number in front of file name. So take actions in order as described, then you will get a fully worked network at the end. I'm not going to touch TLS configuration in this guide.

Environment

  • Linux Operating System with docker installed
  • Hyperledger Fabric v1.4.0

Guides

  1. Create a network
  2. Add a network administrator
  3. Define a consortium
  4. Create a channel for a consortium
  5. Peers and Ledgers
  6. Smart Contract
  7. Network Completed