首页 > 解决方案 > hyperledger for uncentralized database

问题描述

I am trying to implement a tamper proof uncentralized database of some records. these record are static and they cannot be transferred between participants, i.e, not like some currency or a stock. i just want them to be stored as they are. Identity is an important thing with my project. only certain people can add blocks to the chain, rest of them should be only there to verify the chain. Can i implement a blockchain for this usecase? if it is possible should i use an ethereum chain or hyperledger fabric?

标签: hyperledger-fabricblockchainethereum

解决方案


根据您的用例,即某些人,添加记录和某些查询记录。一个典型的普通访问控制应用程序和数据库可以解决您的问题,但是,

如果您与不受信任的人打交道,并且需要基于身份的访问控制和所有参与者的平等权利完全透明,那么超级账本结构是最好的。


推荐阅读