What's the difference between Dapp and App?

  • Dapp runs on a decentralized network, that is, a blockchain network.

  • App is centralized and requires a series of related operations such as network request to a certain server to obtain and process data.

App = frontend + server

DApp = frontend + contracts

Last updated