Where is the transactions stored in IBM Blockchain Marble's Demo?

前端 未结 2 1065
失恋的感觉
失恋的感觉 2021-01-24 15:43

I am running blockchain demo which is provided by IBM mentioned in below link :

https://github.com/IBM-Blockchain/marbles

I have run Hyper ledger Fabric network

2条回答
  •  佛祖请我去吃肉
    2021-01-24 16:38

    When using the Marbles tutorial, there is a “Story Mode” option that will display more details about the transaction process. See point 10 under the “Use Marbles” heading.

    Transactions are stored on a ledger which is associated with each peer. Refer to the Hyperledger Fabric documentation on the ledger. The linked Transaction Flow section might also be helpful. The ledger itself is not propagated to a client-side application. However, queries initiated from client applications can be run against the ledger to return information.

    The Hyperledger Fabric Writing Your First Application documentation topic could also help to explain how querying the ledger works.

提交回复
热议问题