A fork of https://github.com/hyperledger/fabric-samples. This is a WIP that nobody should use without first analyzing it since it could break a fabric installation.
- Install HyperLedger Fabric prerequisites
- Install HyperLedger Fabric samples, binaries and docker images.
Note that to install it you must use a specific branch (javiEstrella-custom-samples) from a forked fabric repo (javiEstrella/fabric), so the correct installation command is:
curl -sSL https://raw.githubusercontent.com/javiEstrella/fabric/javiEstrella-custom-samples/scripts/bootstrap.sh | bash -s 1.2.0 1.2.0 0.4.10
or:
curl -sSL https://bit.ly/2LDPs5A | bash -s 1.2.0 1.2.0 0.4.10