
HyperLedger
文章平均质量分 52
morven936
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Deploy Composer and Generate REST API
Deploy Composer and Generate REST APIStart Playgroundsudo docker run --name composer-playground --publish 8080:8080 --detach hyperledger/composer-playground 以下内容为使用Command将Composer的Bussiness Networks原创 2017-11-16 15:02:01 · 1157 阅读 · 0 评论 -
Installing and developing with Hyperledger Composer
Installing and developing with Hyperledger ComposerBefore you beginOperating Systems: Ubuntu Linux 14.04 / 16.04 LTS (both 64-bit), or Mac OS 10.12 Docker Engine: Version 17.03 or higher Docker-Compose原创 2017-11-16 15:01:49 · 224 阅读 · 0 评论 -
HyperLedger(3)多主机部署Fabric1.0
多主机部署Fabric1.0 本文以fabric下examples/e2e_cli为例,并使用docker-compose-e2e.yaml来启动Fabric网络。 在三台主机上进行部署,分别orderer service、org1(包括2个peer,1个ca)、org2(包括2个peer,1个ca)。 准备工作 运行Fabric节点需要依赖以下工具:Docker: 用于管理Fa原创 2017-11-16 15:01:32 · 2208 阅读 · 2 评论 -
HyperLedger(2)动态添加channel、organization
Add a new channel create channel configurationconfigtxgen -profile TwoOrgsChannel -outputCreateChannelTx ./channel-artifacts/newchannel.tx -channelID newchannel generate anchor peer configuratoin for O原创 2017-11-16 15:01:11 · 1887 阅读 · 0 评论 -
HyperLedger(1)启动Fabric及创建channel、部署chaincode
HyperLedger前提git clone https://github.com/hyperledger/fabric.git#编译configtxgen工具 cd $GOPATH/src/github.com/hyperledger/fabric make configtxgen # 如果出错:'ltdl.h' file not found sudo apt install libtool li原创 2017-11-16 15:00:49 · 1778 阅读 · 0 评论 -
Fabric Prerequisites
Fabric PrerequisitesInstall Docker & Docker-compose install docker sudo apt-get updatesudo apt-get install linux-image-extra-$(uname -r) linux-image-extra-virtualsudo apt-get updatesudo apt-get instal原创 2017-11-16 15:00:27 · 394 阅读 · 0 评论