Blockchain: The Comprehensive Guide to Blockchain Development, Ethereum, Solidity, and Smart Contracts
- 13h 7m
- Andreas Schütz, Tobias Fertig
- Rheinwerk Publishing Inc.
- 2024
Demystify the blockchain—and learn how to use it—with this practical guide. Start from the ground up: What is Ethereum? What is Solidity? And how are they used to create smart contracts? Then see how to implement your own blockchain, including configuring a peer-to-peer network, managing miner accounts, and more. Follow step-by-step instructions and detailed code examples to develop smart contracts and dApps. Work with cutting-edge technologies such as Bitcoin, DeFi, NFTs, and more. Welcome to the world of blockchain!
- Master blockchain fundamentals and implement applications on the Ethereum network
- Develop smart contracts and decentralized applications (dApps) with Solidity
- Test, debug, and secure your blockchain applications
In this book, you’ll learn about:
1. Blockchain Basics
You’ve heard the hype around Bitcoin, NFTs, and crypto mining. But how does the underlying blockchain technology work? Understand the fundamentals of the distributed ledger, and learn how to create and manage your own blockchain.
2. Application Development
Master smart contracts, from programming with Solidity to testing, debugging, deployment, and beyond. Develop decentralized applications (dApps) and expand them into a decentralized autonomous organization (DAO) by implementing a frontend with ethers.js.
3. Tips from the Experts
Follow guidance from experienced blockchain programmers. Use commented code examples as templates for your projects to get started building your own blockchain and smart contracts in the real world.
About the Author
Prof. Dr. Tobias Fertig has worked as a smart contract developer and researcher since 2015. He has been enthusiastic about Ethereum since its beginning and has taught programming, software engineering, and distributed systems for several years. His lecture about blockchain and smart contracts has been delivered during international teaching weeks all over Europe. Together with Andreas Schütz, he is the founder of Schütz & Fertig GmbH, which focuses on developing and auditing smart contracts. Since 2024, Tobias has been the professor of Blockchain and Secure Decentralized Applications at the Technical University of Applied Sciences Würzburg-Schweinfurt (THWS) in Germany.
Andreas Schütz studied computer science and has been enthusiastic about blockchain technology for more than ten years. He provides insights into blockchain technology through lectures, seminars, and online articles, catering to both professionals and laypersons. Together with Tobias Fertig, he has advised companies on how to effectively utilize blockchain technology since 2018. In addition to blockchain activities, Andreas is also involved in information security and currently works as an IT senior consultant in the field of e-government.
In this Book
-
Foreword
-
Preface
-
Introduction
-
The Basics: How Blockchain Works
-
Ethereum: Blockchain 2.0
-
Fundamentals of Creating Your Own Blockchain
-
Implementing a Web API for the Blockchain
-
Implementing a Peer-to-Peer Network
-
Introducing Accounts and Balances
-
Implementing Verification and Optimizations
-
Smart Contract Development
-
Integrated Development Environments and Frameworks
-
An Introduction to Solidity
-
Digging Deeper into Solidity
-
Testing and Debugging Smart Contracts
-
Understanding and Optimizing Gas Costs
-
Protecting and Securing Smart Contracts
-
Deploying and Managing Smart Contracts
-
Standards, Libraries, and Design Patterns
-
Upgrading Smart Contracts
-
Developing Decentralized Applications
-
Upgrading Your First DApp to a DAO
-
Reverse Engineering Smart Contracts
-
Additional Contract-Oriented Programming Languages
-
Applying Blockchain Technologies