newonexd / newonexd.github.io

0 stars 0 forks source link

Hyperledger Fabric 最简单的方式测试你的链码 ~ 任晓东的博客 #22

Open newonexd opened 4 years ago

newonexd commented 4 years ago

https://newonexd.github.io/2019/11/27/blog/fabric/%E9%93%BE%E7%A0%81%E6%B5%8B%E8%AF%95/

a495257982 commented 4 years ago

CORE_PEER_ADDRESS=peer:7052 CORE_CHAINCODE_ID_NAME=mycc:0 ./chaincode_example02

这句执行的时候出错怎么解决

root@vultr:~/go/src/github.com/fabric-samples/chaincode# CORE_PEER_ADDRESS=peer:7052 CORE_CHAINCODE_ID_NAME=mycc:0 ./chaincode_example02 2020-05-09 07:21:41.939 UTC [shim] setupChaincodeLogging -> INFO 001 Chaincode log level not provided; defaulting to: INFO 2020-05-09 07:21:41.939 UTC [shim] setupChaincodeLogging -> INFO 002 Chaincode (build level: ) starting up ... 2020-05-09 07:21:44.939 UTC [shim] userChaincodeStreamGetter -> ERRO 003 context deadline exceeded error trying to connect to local peer