我做了以下教程(),让fabric在kube上运行,并试图查询我的区块链。
我尝试这样设置我的用户:
function getAdmin(client, options) {
return Promise.resolve(client.createUser({
username: 'admin',
mspid: 'Org1MSP',
cryptoContent: {
privateKeyPEM: // am not sure what goes here but I put the
我正在尝试使用docker-compose并使用现有对等体的地址+发现端口(30001)向IBM Bluemix区块链添加一个对等体(我的本地笔记本电脑),但它在启动时挂起,最后一条消息是:
transport: http2Client.notifyError got notified that the client transport was broken EOF
我的docker-compose.yml看起来像这样:
vp5:
image: hyperledger/fabric-peer:x86_64-0.6.0-preview
ports:
- "7050:7050&