Tools, FAQ, Tutorials:
Versions of Hyplerledger Composer Environment
How many versions do I have with my Hyplerledger Composer development environment?
✍: FYIcenter.com
The installation package fabric-dev-servers.tar.gz actually
provides 3 versions of Hyplerledger Composer development environment.
You can them in the "fabric-scripts" sub-directory:
$ cd fabric-dev-servers $ ls -l fabric-scripts drwxr-xr-x 3 fyicenter Apr 1 01:59 hlfv1 drwxr-xr-x 3 fyicenter Apr 1 01:59 hlfv11 drwxr-xr-x 3 fyicenter Apr 1 01:59 hlfv12
If you want to run the latest version, hlfv12 (Hyperledger Fabric 1.2), you can run the script of ~/fabric-dev-servers/startFabric.sh.
If you want to run an older version, hlfv11 (Hyperledger Fabric 1.1), you can run the script of ~/fabric-dev-servers/fabric-scripts/hlfv11/startFabric.sh.
Â
⇒ "crypto-config.yaml" Environment Configuration File
⇠Control Hyplerledger Composer Environment
2020-07-22, ∼1297🔥, 0💬
Popular Posts:
How to use the "set-body" Policy Statement for an Azure API service operation? The "set-body" Policy...
How to start Docker Daemon, "dockerd", on CentOS systems? If you have installed Docker on your CentO...
How To Pad an Array with the Same Value Multiple Times in PHP? If you want to add the same value mul...
How to build a test service operation to dump everything from the "context.Request" object in the re...
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator"...