简体   繁体   English

如何设计DAPP区块链EVM应用程序?

[英]How to architect the DAPP blockchain EVM app?

I am developing the blockchain based application it is basically a ledger system to track who owns the item now. 我正在开发基于区块链的应用程序,它基本上是一个分类账系统,用于跟踪谁现在拥有该项目。 I want to ask where that item information comes from will it be keep in some centralized database and then I will do the tracking of that item/product in blockchain ? 我想问一下项目信息来自哪里,它将保存在某个集中式数据库中,然后在区块链中跟踪该项目/产品吗? And Where do I keep the customer or CSR user in blockchain or it will also be keep in database what about their private and public key. 我应该在哪里将客户或CSR用户保留在区块链中,或者将其保留在数据库中,关于他们的私钥和公钥如何。 where do I keep it in RDB? 如何将其保存在RDB中? Is this the right approach . 这是正确的做法。 Kindly help thanks.. 请帮助谢谢..

Storing data in blockchain is expensive. 在区块链中存储数据非常昂贵。 Secondly blockchain is a public ledger of Information, which means whatever you store in blockchain can be seen by anyone so storing personal data in blockchain is not a good idea. 其次,区块链是信息的公共分类帐,这意味着任何人都可以看到您在区块链中存储的任何内容,因此在区块链中存储个人数据不是一个好主意。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何构建需要与客户端进行双向通信的Django应用 - How to architect a django app that requires bidirectional communication with the client 编写第一个有角度的应用程序。 我应该如何设计? - Writing first angular app. How should I architect this? 如何使用EF构建ASP.Net MVC应用程序? - How do architect an ASP.Net MVC app with EF? 如何设计一个Flutter应用,该应用向后端API提交大量表单数据 - How to architect a flutter app that submits lot of form data to backend API 我应该如何构建我的iPhone应用程序来与我的网站交谈? - How should I architect my iPhone app to talk to my website? 如何重新架构门户以创建移动应用 - How to re-architect a portal for creating mobile app 我应该如何构建我的应用程序以支持移动应用程序 - how should I architect my applications to support mobile app's 如何设计一个角度应用程序以在控制器之间共享数据? - How do I architect an angular app to share data between controllers? 如何构建作业调度程序 - How to architect job scheduler 我可以构建一个Web应用程序,以便它可以部署到云或专用服务器/ VPS吗?怎么样? - Can I architect a web app so it can be deployed to either the cloud or a dedicated server / VPS ? How?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM