一.安装GO语言 下载最新版的go 打开Terminal,输入命令(以下命令都是以root管理员的角色进行的) su 输入密码:***** wget https://storage.googleapis.com/golang/go1.9.2.linux-amd64.tar.gz tar -C /us ...
分类:
其他好文 时间:
2018-07-30 20:24:23
阅读次数:
193
准备vmware虚拟机,并安装完ubuntu系统后。继续搭建fabric运行环境。。。 0。打开终端,切换root身份。目的:后续操作即可不用sudo... 右键-》open Terminal-》 1。安装GIT 2。安装docker 和 docker-compose(必须) 3。安装node(必须 ...
分类:
其他好文 时间:
2018-07-27 19:29:41
阅读次数:
170
CentOS-6安装Fabric一:下载epel的rpm安装包wgethttp://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm二:安装EPELrpm-ivhepel-release-6-8.noarch.rpm三:可以检查下EPEL源安装好EPEL源后,用yum命令来检查是否添加到源列表yumrepo
分类:
其他好文 时间:
2018-07-27 15:33:35
阅读次数:
138
This entire tutorial is the second part of the installation of Hyperledger Fabric v1.1. In the previous article, we installed all the dependencies req ...
分类:
系统相关 时间:
2018-07-23 22:10:41
阅读次数:
225
There is an entire library of Blockchain APIs which you can select according to the needs that suffice your application. Some libraries are open-sourc ...
分类:
系统相关 时间:
2018-07-23 21:11:57
阅读次数:
191
生成一个根CA(RootCA),在根CA下3个中间CA(IntermediaCA)。 1. 运行和配置RootCA服务#cd /opt/gopath/src/github.com/hyperledger/fabric-ca/bin#mkdir ca-server#cd ca-server#fabri ...
分类:
其他好文 时间:
2018-07-22 11:25:15
阅读次数:
161
上个月刚入职一家公司从事区块链研发工作,选型采用Hyperledger Fabric作为开发平台。团队的小组成员全部采用的是在VirtualBox上面安装桌面版的Ubuntu 16.04虚拟机,开发工具JetBrains GoLand也就直接在桌面版的虚拟机里面安装。而我因为之前比较习惯使用Vagr ...
channel Configuration Transaction Hyperledger Fabric区块链网络中的配置存储在一个configuration transaction的集合中,每个channel都有一个。每个configuration transaction通常简称为 configt ...
分类:
其他好文 时间:
2018-07-18 23:13:43
阅读次数:
155
单节点架设 Order 网络: cd ~/go/src/github.com/hyperledger/fabric/examples/e2e_cli/ rm rf channel artifacts scp r shy@192.168.183.137:~/go/src/github.com/hype ...
分类:
其他好文 时间:
2018-07-14 21:30:55
阅读次数:
134
一。Fabric中的节点 1。节点术语 【1】。Orderers: 提供共识服务的网络节点,例如,使用Kafka或PBFT 【2】。Peers: 维护账本的网络节点,通常在Hyperledger Fabric中担任背书或者记账角色。 【3】。Comitter: 检查交易的合法性,最终将交易提交到区块 ...
分类:
其他好文 时间:
2018-07-10 19:12:24
阅读次数:
212