How do we enforce privacy while providing tracing of provenance using multiple channels in Hyperledger Fabric v1.0?

后端 未结 3 1690
无人及你
无人及你 2021-02-14 08:03

In Hyperledger Fabric v0.6, a supply chain app can be implemented that allows tracing of provenance and avoids double-spending (i.e., distributing/selling items more than it has

3条回答
  •  再見小時候
    2021-02-14 08:39

    Starting in v1.2,

    Fabric offers the ability to create private data collections, which allow a defined subset of organizations on a channel the ability to endorse, commit, or query private data without having to create a separate channel.

    Now in your case, you can create a subset of your reseller data to be private to the particular entity without creating a separate channel. More Info refer: Fabric Doc.

提交回复
热议问题