我是Hyperledger Fabric和Convector框架的新手,我遵循了本教程:https://worldsibu.github.io/convector/modules/getting_started.html
当我尝试使用CLI工具并运行命令(test是我的链码名称)时:npm run cc:start -- test 1
它会给出以下错误:
Installing Chaincode test version 1.0 at org1
Error: Error endorsing chaincode: rpc error: code = Unknown desc = access
denied: channel [] creator org [org1MSP]
...
Installing Chaincode test version 1.0 at org2
Error: error getting endorser client for install: endorser client failed to
connect to localhost:7151: failed to create new connection: context deadline
exceeded我没有更改配置和MSP。哪里出了问题,我应该如何开始解决问题?任何指导都是值得的!
发布于 2019-04-18 21:49:10
@shole文档现在已被弃用,您可以使用最新版本的http://docs.worldsibu.com/convector。
关于环境损坏并保留以前安装的加密材料时通常会发生的错误,请尝试重新运行npm run env:restart,然后重试。
https://stackoverflow.com/questions/55570534
复制相似问题