Tools, FAQ, Tutorials:
Hyplerledger Fabric Environment Requirement
What are requirements for installing a Hyplerledger Fabric development environment?
✍: FYIcenter.com
Here are requirements for
installing a Hyplerledger 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 Hyplerledger 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 Hyplerledger 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 Hyplerledger Fabric, see the installation document at hyperledger-fabric.readthedocs.io/en/release-1.4/dev-setup/devenv.html.
Â
⇒ Install Hyperledger Fabric Prerequisites on Ubuntu
⇠Hyplerledger Fabric Environment on Ubuntu
⇑ Hyplerledger Fabric Environment on Ubuntu
⇑⇑ Hyperledger Tutorials
2020-11-11, 782👍, 0💬
Popular Posts:
How To Merge Cells in a Column? If you want to merge multiple cells vertically in a row, you need to...
FYIcenter JSON Validator and Formatter is an online tool that checks for syntax errors of JSON text ...
What is Azure API Management Gateway? Azure API Management Gateway is the Azure Web server that serv...
How to Build my "sleep" Docker image from the Alpine image? I want the container to sleep for 10 hou...
How to use the urllib.request.Request object to build more complex HTTP request? The urllib.request....