Home
Building Ethereum DApps: Decentralized Applications on the Blockchain
Barnes and Noble
Building Ethereum DApps: Decentralized Applications on the Blockchain
Current price: $39.99
Barnes and Noble
Building Ethereum DApps: Decentralized Applications on the Blockchain
Current price: $39.99
Size: Paperback
Loading Inventory...
*Product information may vary - to confirm product availability, pricing, shipping and return information please contact Barnes and Noble
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!
Foreword by Thomas Bertani.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
Imagine unbreakably secure applications that handle personal and business transactions without any central agency controlling the process. Decentralized applications, or Dapps, do just this, shifting power to users. The Ethereum blockchain platform provides the tools you need to build Dapps, including an innovative "smart contracts" model and Solidity, a Dapp-aware JavaScript-like programming language.
teaches Dapps development on the Ethereum blockchain platform. You'll begin with a mental model of how Dapps operate, and then dive into designing and implementing smart contracts in Ethereum's Solidity language. You'll explore Ethereum smart contract development tools, like Truffle and Web3, and pick up best practices for design and security. Practical exercises throughout give you valuable hands-on experience.
For developers with intermediate experience in JavaScript or an OO language. Familiarity with blockchain concepts is helpful.
is a software development consultant who specializes in finance. He currently works on financial risk management systems and on blockchain technology.
- Ethereum's key components
- Implementing smart contracts in Solidity
- Communicating with a smart contract in Web3
- Developing Dapps with Truffle
- Best practices for design and security improvement
- A first look at decentralized applications
- Understanding the blockchain
- The Ethereum platform
- Deploying your first smart contract
- Programming smart contracts in Solidity
- Writing more complex smart contracts
- Generalizing functionality with abstract contracts and interfaces
- Managing smart contracts with Web3.js
- The Ethereum ecosystem
- Unit testing contracts with Mocha
- Improving the development cycle with Truffle
- Putting it all together: Building a complete voting Dapp
- Making a Dapp production ready
- Security considerations
- Conclusions