Contents of Hyperledger Fabric Binary Package

Q

What contents are included in the Hyperledger Fabric Binary Package?

✍: FYIcenter.com

A

Here is the directory list of the Hyperledger Fabric Binary Package:

$ cd ~/hyperledger-binaries/fabric-samples
$ ls -l
-rw-rw-r--  1 fyicenter   597 Apr  1 23:01 CODE_OF_CONDUCT.md
-rw-rw-r--  1 fyicenter   961 Apr  1 23:01 CONTRIBUTING.md
-rw-rw-r--  1 fyicenter  6620 Apr  1 23:01 Jenkinsfile
-rw-rw-r--  1 fyicenter 11358 Apr  1 23:01 LICENSE
-rw-rw-r--  1 fyicenter   470 Apr  1 23:01 MAINTAINERS.md
-rw-rw-r--  1 fyicenter  1230 Apr  1 23:01 README.md
drwxrwxr-x  6 fyicenter  4096 Apr  1 21:31 balance-transfer
drwxrwxr-x  4 fyicenter  4096 Apr  1 14:29 basic-network
drwxrwxr-x  2 fyicenter  4096 Apr  1 18:04 bin
drwxrwxr-x  9 fyicenter  4096 Apr  1 20:35 chaincode
drwxrwxr-x  3 fyicenter  4096 Apr  1 23:01 chaincode-docker-devmode
drwxrwxr-x  3 fyicenter  4096 Apr  1 23:01 commercial-paper
drwxrwxr-x  2 fyicenter  4096 Apr  1 18:54 config
drwxrwxr-x  5 fyicenter  4096 Apr  1 00:05 fabcar
drwxrwxr-x 10 fyicenter  4096 Apr  1 13:32 first-network
drwxrwxr-x  4 fyicenter  4096 Apr  1 23:01 high-throughput
drwxrwxr-x  4 fyicenter  4096 Apr  1 23:01 interest_rate_swaps
drwxrwxr-x  3 fyicenter  4096 Apr  1 23:01 scripts

The Hyperledger Fabric Binary Package contains the following sub-directories:

  • bin - Binary programs to build a Hyperledger Fabric network.
  • config - Configuration files for creating Docker containers to run Hyperledger Fabric network nodes.
  • scripts - Scripts to download binaries and Docker images required to create Docker containers.
  • chaincode - Chaincode source code files used by Hyperledger Fabric network samples.
  • first-network - Sample to build a network of multiple organizations described in BYFN (Build Your First Network) tutorials.
  • basic-network - Sample to build a network of a single organization.
  • fabcar - Sample to build a network client application using Node.js SDK described in WYFA (Write Your First Application) tutorials.
  • commercial-paper - Sample to build a network client application using Node.js SDK described in Commercial Paper tutorials.
  • balance-transfer
  • chaincode-docker-devmode
  • high-throughput
  • interest_rate_swaps

 

BYFN (Build Your First Network)

Install Hyperledger Fabric Binary Package

Hyperledger Fabric Environment on Ubuntu

⇑⇑ Hyperledger Tutorials

2020-01-21, 991🔥, 0💬