问题描述
我正在运行以下链接中提到的IBM提供的区块链演示:
I am running blockchain demo which is provided by IBM mentioned in below link :
https://github.com/IBM-Blockchain/marbles
我已经在一个linux系统上运行了Hyper ledger Fabric网络,并在另一个运行我的大理石客户端的3个虚拟实例上运行了3个客户端.它工作正常.
I have run Hyper ledger Fabric network on one linux system and 3 more clients on another 3 virtual instance on which my marbles client is running. It is working proper.
如果我们进行任何交易,那么它将影响所有3个客户,那么,现在,如果我想查看所有交易明细,可以从哪里看到呢?
If we do any transactions then it will affect all the 3 client,So, now if I want to see the all the transactions details, from where I can see it?
客户端上是否有数据库或文件?
Is there any database or any files on client side?
请提供我的答案或参考链接.
Please provide me answer or reference link if any.
谢谢.
推荐答案
大理石演示开始,并使用CouchDB docker容器.您也许可以查询它,但是我不知道该图像是如何构建的.请参阅docker-compose-marblesv3.yaml中的第187行.
The marbles demo starts and uses a CouchDB docker container. You might be able to query it, but I don't know how the image was built. See line 187 in docker-compose-marblesv3.yaml.
安装CouchDB很容易.您可以在core.yaml文件中向同伴介绍他们的CouchDB.但是我在docker-compose-marblesv3.yaml中没有看到任何内容,因此很可能在映像中进行了设置.
It's easy to install CouchDB. You tell the peers about their CouchDB in the core.yaml file. But I don't see anything in the docker-compose-marblesv3.yaml so it is probable set in the image.
这篇关于交易存储在IBM Blockchain Marble的Demo中在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!