Tools, FAQ, Tutorials:
Hyperledger Fabric Environment Requirement
What are requirements for installing a Hyperledger Fabric development environment?
✍: FYIcenter.com
Here are requirements for
installing a Hyperledger Fabric 1.4 development environment:
Operating System - Ubuntu Linux 14.04 / 16.04 LTS, or Mac OS 10.12.
Git Client - Version 2.9 or higher. Git client allows you to download source code from github.io server.
Go - Version 1.11.x or higher. Go is the development kit for the Go language. It is needed to compile the Hyperledger Fabric source code.
Docker Engine - Version 17.06.2-ce or higher. Docker Engine is lightweight and powerful open source containerization technology. It is needed to run Hyperledger Fabric as containers.
Docker Compose - Version 1.14 or higher. Docker Compose is the CLI to manage the Docker Engine.
Python - Version 2.7.x or higher. Python is the Python script engine.
Pip - Pip is the package manager for Python packages.
For requirements of the latest version of Hyperledger Fabric, see the installation document at hyperledger-fabric.readthedocs.io/en/release-1.4/dev-setup/devenv.html.
⇒ Install Hyperledger Fabric Prerequisites on Ubuntu
⇐ Hyperledger Fabric Environment on Ubuntu
2020-11-11, ∼1787🔥, 0💬
Popular Posts:
How to use the XML to JSON Conversion Tool at freeformatter.com? If you want to try the XML to JSON ...
What is EPUB 3.0 Metadata "dcterms:modified" property? EPUB 3.0 Metadata "dcterms:modified" is a req...
How to install "The Windows SDK version 8.1"? I need to build my Visual Studio C++ applications. If ...
What validation keywords I can use in JSON Schema to specifically validate JSON Array values? The cu...
How to view API details on the Publisher Dashboard of an Azure API Management Service? You can follo...