8474 Forks
14442 Stars
14442 Watchers

fabric

Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.

How to download and setup fabric

Open terminal and run command
git clone https://github.com/hyperledger/fabric.git
git clone is used to create a copy or clone of fabric repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with fabric https://github.com/hyperledger/fabric/archive/master.zip

Or simply clone fabric with SSH
[email protected]:hyperledger/fabric.git

If you have some problems with fabric

You may open issue on fabric support forum (system) here: https://github.com/hyperledger/fabric/issues