This entire tutorial is the second part of the installation of Hyperledger Fabric v1.1. In the previous article, we installed all the dependencies required for us to make the Fabric environment run. In this part of the tutorial, we aim to launch our…
There is an entire library of Blockchain APIs which you can select according to the needs that suffice your application. Some libraries are open-sourced and some are private. For examples, IBM’s Hyperledger Fabric Project, Ethereum, OpenChain, MultiC…
Hyperledger Fabric(v1.1.0)编译时遇到的问题 0. 编译过程的坑 编译时,按照如下顺序编译 make release,编译源码生成二进制文件 make docker,生成一系列的docker镜像 第一步没什么问题,第二部时会遇到一些问题,比如: go get不能获取golang.org包的问题 docker中ubuntu官方镜像源不能访问或者太慢问题 1. go get不能获取golang.org包 在编译过程中,生成docker镜像时需要go相关的工具,github上的…
Installing Moses on Ubuntu 16.04 The process of installation To install requirements sudo apt-get install build-essential git-core pkg-config automake libtool wget zlib1g-dev python-dev libbz2-dev To clone Moses from the repository and cd into the di…