当前位置:网站首页>We really need DApp?Really can't meet our fantasy App?
We really need DApp?Really can't meet our fantasy App?
2022-08-09 12:14:00 【Sunbit Bisheng Research Institute】
DApp is D+app, that is, decentralization application, that is, decentralized application.When we see the word DApp, the first reaction must be: Isn't the app delicious, why is there a DApp?
Today, let's discuss how DApps are different from the apps we currently recognize?
App and Dapp development process
The specific process of the app is as follows: first to develop, first to finance, and to recruit people for development and operation.
DApp is different. It is the product of combining traditional App and blockchain, similar to crowdfunding, sharing and decentralization.A white paper needs to be written by the initiator or organization, and the consensus mechanism and token distribution and incentives must be clarified.Here, those who hold tokens are shareholders, which are directly linked to the profits of DApps (it can also be said that users are shareholders). The tokens they hold can be bought and sold like stocks and traded on supported exchanges, soHolding the token of the DApp is equivalent to owning the owner's equity.
Here I use a very straightforward word to explain DAPP, that is: grab the APP we currently rely on IOS and Android systems to develop, throw it on the blockchain system, and combine with smart contracts, it becomes a DAPP.
Features of DAPP
1. Running on a distributed network, completely open source, autonomous, and no entity controls more than 51% of the application's Token.
2. It must be able to be upgraded according to user feedback and technical requirements, and the application upgrade must be carried out after the consensus of most users.
3. The data of the application is encrypted and stored on the public blockchain.
4. The application must have a Token mechanism (general-purpose tokens based on the same underlying blockchain platform or new tokens can be issued by itself), and miners or application maintenance nodes need to be rewarded with tokens;
5. The generation of application tokens must be based on a standard encryption algorithm, and valuable nodes can obtain application token rewards according to the algorithm.
Summary
DApp is favored by most people in the combination with the Internet of Things and the sharing economy. Any field with multi-party participation will make better use of blockchain technology for better development.
Although at present, the DAPP based on blockchain technology is still in the early stage of exploration, and there is no DAPP with large-scale practical application value.But it is undeniable that blockchain technology has brought us huge imagination space, and the development of DApp is already on the way.
边栏推荐
- 专业人士使用的 11 种渗透测试工具
- 【概率论】正态分布的由来——从大一同学的视角出发
- Shell正则表达式,三剑客之grep命令
- 《数字经济全景白皮书》银行业智能营销应用专题分析 发布
- "Digital Economy Panorama White Paper" Special Analysis of Banking Industry Intelligent Marketing Application Released
- PAT1003
- Two ways to enter the Oracle database
- [现代控制理论]3_Phase_portrait 相图 相轨迹
- C2000在线升级主程序下载kernel完成后跳转到kernel运行的过程记录
- TI的片上固化好的boot ROM(上电引导加载程序)退出后的去向
猜你喜欢
随机推荐
PAT1005
Django cannot link mysql database
获取url地址中问号后参数(即使是iframe也可以)
redis缓存如何保证数据一致性
bat文件(批处理文件)运行时一闪而过解决方法
【小程序】低代码+小游戏=小游戏可视化开发
The use of signal function (signal) in C language
结构体变量的首地址获取注意事项
ThreadLocal类
索引index
推荐一个免费50时长的AI算力平台
fidder为什么不会抓包的问题
程序员的专属浪漫——用3D Engine 5分钟实现烟花绽放效果
[现代控制理论]3_Phase_portrait 相图 相轨迹
二重指针-char **、int **的作用
mysql参数配置学习----临时表内存表的设置
ACM longest non-descent subsequence problem
TI的片上固化好的boot ROM(上电引导加载程序)退出后的去向
GRPC整体学习
JS封装防抖(代码持续优化)