如果你已经安装好go等工具、git及checkout相关代及下载相关镜像,您只需下面5步就能up e2e_cli~/go/src/github.com/hyperledger/fabric$ sudo chmod 777 release~/go/src/github.com/hyperledger/ ...
分类:
系统相关 时间:
2018-06-08 14:09:04
阅读次数:
327
本文译自Fabric 1.0 文档,这篇文档详述了当前读写集语义实现的细节。文档地址为: https://hyperledger-fabric.readthedocs.io/en/latest/readwrite.html 交易模拟和读写集 在一个背书人上进行交易模拟期间,会为交易准备一个读写数据集 ...
分类:
其他好文 时间:
2018-06-05 15:41:22
阅读次数:
339
PS:因为我部署的是集群(4peer+1order),需要为order,org1,org2分别建立一个CA,拿org1使用举例,获取org1根证书私钥名称:PRIVATE_KEY.sh docker-compose-peer.yaml 运行:PRIVATE_KEY=`./PRIVATE_KEY.sh ...
分类:
其他好文 时间:
2018-06-02 11:32:16
阅读次数:
200
简介 fabric是一个Python的库,同时它也是一个命令行工具。使用fabric提供的命令行工具,可以很方便地执行应用部署和系统管理等操作。 fabric依赖于paramiko进行ssh交互,fabric的设计思路是通过几个API接口来完成所有的部署,因此fabric对系统管理操作进行了简单的封 ...
分类:
编程语言 时间:
2018-06-02 11:13:32
阅读次数:
408
原文: https://www.sitepoint.com/fabric-js-advanced/ 结果如下: We’ve covered most of the basics of Fabric in the first and second parts of this series. In th ...
分类:
Web程序 时间:
2018-05-31 16:11:28
阅读次数:
1079
介绍Hyperledger Fabric CA的命令行方式简单用法 Hyperledger Fabric CA由server和client两部分组成。 设置两个环境变量 export FABRIC_CA_SERVER_HOME=/path_to/fabric-ca/server export FAB ...
分类:
其他好文 时间:
2018-05-30 17:39:03
阅读次数:
204
例:import getpassimport osfrom collections import OrderedDictfrom fabric.api import *def helloworld(): print "helloworld!"def hello(name , age): print ...
分类:
编程语言 时间:
2018-05-29 13:18:28
阅读次数:
281
/**. */ package com.encdata.lihao; import com.mysql.fabric.xmlrpc.base.Array; import java.io.BufferedReader; import java.io.File; import java.io.FileI... ...
分类:
其他好文 时间:
2018-05-25 14:02:11
阅读次数:
162
参考链接:https://blog.csdn.net/so5418418/article/details/78355868 https://blog.csdn.net/wgh1015398431/article/details/70780722?locationNum=6&fps=1 1,安装go ...
分类:
其他好文 时间:
2018-05-24 13:54:09
阅读次数:
277