DApps(分散型アプリケーション)(2021年2月9日投稿バージョン)
DAppsは、Ethereumなどスマートコントラクトを実行できるプラットフォーム上で分散して稼働するアプリケーションのことです。
(出典 Understanding dApps
https://education.district0x.io/general-topics/understanding-ethereum/understanding-dapps/)
Here is what you need to know DApps
- A dAppʼs frontend code and user interface can be written in any language that can make calls to its backend.
- Its backend code runs on a decentralized peer-to-peer network (like ethereum), and all records of the applicationʼs operation are stored on a blockchain.
- In most cases, the entire code base is Open Source. This means other people can access the code and build on top of it, but no one person “owns” the application… meaning they are free to be used, improved, and built on top of by anyone in the community.
- Finally, the collection of users of the dApps are free to govern themselves. This concept is called “autonomy.”
ETHEREUM
出典 ethereum.org https://ethereum.org/ja/
イーサリアムは、分散型アプリケーションのためのグローバルでオープンソースなプラットフォームです。
イーサリアムは新時代のインターネットの基盤となります。
- お金や支払いが組み込まれたインターネット
- ユーザーが自らのデータを所有できるインターネットで、アプリケーションにより情報が奪われることもありません。
- 誰もがオープンな金融システムにアクセスできるインターネット
- 企業や個人によって支配されない、公平でオープンにアクセス可能なインターネット
2015 年にローンチされた世界を牽引するプログラム可能なブロックチェーンです。
イーサリアムはプログラム可能であり、開発者が新たな種類のアプリケーションをイーサリアム上に構築することができます。