© Chris Dannen 2017

Chris Dannen, Introducing Ethereum and Solidity, 10.1007/978-1-4842-2535-6_8

8. Dapp Deployment

As you’ll see, deploying dapps is an adventure in the frontier of a new computing paradigm

Chris Dannen

(1)Brooklyn, New York, USA

A distributed application, or dapp, shares some of the same ideals as the rest of the EVM protocol: the promise immutability. Dapps are composed of smart contracts that, as noted many times in this book, are executed by all nodes on the Ethereum network at approximately the same time.

Dapps in practice are like universally available web services running on the EVM, but made accessible to users via a normal HTML/CSS/JavaScript front end that they can access through their web browser or a smartphone application, ...

Get Introducing Ethereum and Solidity: Foundations of Cryptocurrency and Blockchain Programming for Beginners now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.