Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 531 Bytes

2. fabric-prerequisites.md

File metadata and controls

19 lines (15 loc) · 531 Bytes

Fabric Pre-requisites

$ curl -sSL http://bit.ly/2ysbOFE | bash -s 1.3.0
$ export PATH=<path to download location>/bin:$PATH

The command above downloads and executes a bash script that will download and extract all of the platform-specific binaries you will need to set up your network and place them into the cloned repo you created above.

It retrieves the following platform-specific binaries:

  • configtxgen,
  • configtxlator,
  • cryptogen,
  • discover,
  • idemixgen
  • orderer,
  • peer, and
  • fabric-ca-client