Chapter 1, Getting Started, covers the very basics of Ethereum and its tools. You will find the steps required to set up and run a network and interact with it.
Chapter 2, Smart Contract Development, contains a set of recipes that will help you write smart contracts. It also covers the steps to compile, deploy, and test the contracts that you have written.
Chapter 3, Interacting with the Contract, covers the topics that are essential for building a decentralized application (DApp) that can interact with blockchain and the contracts.
Chapter 4, The Truffle Suite, explains a popular tool in the Ethereum ecosystem. This chapter also explains the use cases that will help you to have a better development workflow and build better DApps.
Chapter 5, Tokens and ICOs, covers the topics necessary for you to build your own Ethereum-based token and distribute it through ICO.
Chapter 6, Games and DAOs, takes you through a series of interesting recipes that will help you create your own decentralized game or organization.
Chapter 7, Advanced Solidity, contains more advanced recipes about the smart contract language that will help you to achieve more complex tasks efficiently in the Blockchain.
Chapter 8, Smart Contract Security, is designed to help you understand more about the common vulnerabilities and ways to avoid them. It also takes you through the set of tools you can use to analyze the code.
Chapter 9, Design Decisions, contains the recipes to help you decide between the common design questions you may come across while developing a fully functional DApp.
Chapter 10, Other Protocols and Applications, walks you through some of the other Ethereum protocols and applications that might come in handy while building your DApp.
Chapter 11, Miscellaneous, includes a few additional recipes that can help you build better DApps.