
区块链
文章平均质量分 64
duduburn
这个作者很懒,什么都没留下…
展开
-
根据fabric官方文档,自己整理hello world的过程中出现的bug
在对fabric的官方文档下的,fabric-samples中的test-network项目中的network.sh的分析,进行到创建通道时候又出现了之前出现的bug。 Error: got unexpected status: BAD_REQUEST – error validating channel creation transaction for new channel ‘mychannel’, could not successfully apply update to template conf原创 2021-01-04 10:26:36 · 508 阅读 · 0 评论 -
记录一下自己根据书本写hello world fabric项目的过程
根据书本以及百度查阅文献进行本文的记录。书本为《超级账本HyperLedger Fabric区块链开发实战》 林维锋编著 1、创建helloworld项目 2、编译好智能合约 chaincode 3、配置crypto-config.yaml和 configtx.yaml crypto-config.yaml:用于生成证书配置文件 configtx.yaml: 用于生成区块和通道配置文件 4、生成公私钥和证书(这里是用到crypto-config.yaml) cryptogen generate --conf原创 2021-01-04 10:05:28 · 590 阅读 · 0 评论