我是IBM Bluemix Blockchain
服务新手。我想知道我是否可以创建多个链码。这是因为我收到以下错误。
! looks like an error loading the chaincode or network, app will fail
{ name: 'register() error',
code: 401,
details: { Error: 'rpc error: code = 13 desc = \'server closed the stream without sending trailers\'' } }
这是我所做的:
- 创建一个区块链服务,并命名为“区块链”。
- 运行cp-web 示例=> 成功
- 使用现有的区块链服务('blockchain' )运行弹珠演示。=> 给我上面的错误
- 新建一个区块链服务,名称为“ mbblochchain ”
- 使用新服务名称重新推送弹珠演示 => 成功
所以我想知道我是否可以将多个链码放入对等网络中。我很可能误解了它的工作原理或应该如何表现。