Building Ethereum DApps: Decentralized Applications on the Ethereum Blockchain

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Building Ethereum Dapps introduces you to decentralized applications based on the Ethereum blockchain platform. In this book, you'll learn the principles of Dapps development by rolling up your sleeves and actually building a few!

Author(s): Roberto Infante
Publisher: Manning Publications
Year: 2019

Language: English
Pages: 0

Copyright
Brief Table of Contents
Table of Contents
Foreword
Preface
Acknowledgments
About this book
About the author
About the cover illustration
Part 1.
Chapter 1. A first look at decentralized applications
Chapter 2. Understanding the blockchain
Chapter 3. The Ethereum platform
Chapter 4. Deploying your first smart contract
Part 2.
Chapter 5. Programming smart contracts in Solidity
Chapter 6. Writing more complex smart contracts
Chapter 7. Generalizing functionality with abstract contracts and interfaces
Chapter 8. Managing smart contracts with Web3.js
Part 3.
Chapter 9. The Ethereum ecosystem
Chapter 10. Unit testing contracts with Mocha
Chapter 11. Improving the development cycle with Truffle
Chapter 12. Putting it all together: Building a complete voting Dapp
Part 4.
Chapter 13. Making a Dapp production ready
Chapter 14. Security considerations
Chapter 15. Conclusions
A. SimpleCoin inherited from Ownable
B. Full SimpleCrowdsale application
C. SimpleCoin Mocha unit testing suite
D. impleVoting contract
The Lifecycle of a Voting Transaction
Full View of the Current Ethereum Ecosystem
Index
List of Figures
List of Tables
List of Listings