Hyperledger Fabric Tools
To get started you'll first need to obtain some Hyperledger Composer development tools and stand up a Hyperledger Fabric (primarily used to run/deploy your Networks locally). Note that the Networks you create can also be deployed to Hyperledger Fabric runtimes in other environments
For MacOS use HLF_ARCH=darwin-amd64
fabric-ca-client
HLF_ARCH=linux-amd64
HLF_VERSION=1.4.1
curl https://nexus.hyperledger.org/content/repositories/releases/org/hyperledger/fabric-ca/hyperledger-fabric-ca/${HLF_ARCH}-${HLF_VERSION}/hyperledger-fabric-ca-${HLF_ARCH}-${HLF_VERSION}.tar.gz \
| sudo tar xz -C /usr/local
configtxgen, peer, etc.
HLF_ARCH=linux-amd64
HLF_VERSION=1.4.1
curl https://nexus.hyperledger.org/content/repositories/releases/org/hyperledger/fabric/hyperledger-fabric/${HLF_ARCH}-${HLF_VERSION}/hyperledger-fabric-${HLF_ARCH}-${HLF_VERSION}.tar.gz \
| sudo tar xz -C /usr/local
Comments
Please sign in to leave a comment.