
eBook - ePub
Learn Ethereum: The Collection
- 471 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
eBook - ePub
Learn Ethereum: The Collection
About this book
Blockchain technology has certainly been hyped over the past few years, but when you strip all of that away, what can actually do with it? This book provides you with an introduction to Ethereum, an open source platform that's based based on blockchain. It enables developers to build and deploy decentralized applications that can be relied on to work without fraud, censorship or interference from third parties. Far more than just a cryptocurrency or smart contracts platform, Ethereum is becoming an entire ecosystem for building decentralized applications.
This collection contains three books:
- A Developer's Guide to Ethereum, a collection of articles that provides an introduction to blockchain technology more broadly before focusing on the Ethereum platform specifically
- Ethereum: Tools & Skills, a collection of articles examining some of the most popular Ethereum tools, and walk you through how to use them when building your own Ethereum-based apps.
- Build Your First Ethereum DApp, a complete project tutorial that will walk you through the creation of a complete distributed application (DApp) based on the Ethereum platform.
This collection is for anyone interested in using the Ethereum platform for development. No prior knowledge of blockchain is assumed.
Frequently asked questions
Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Learn Ethereum: The Collection by Bruno Skvorc,Mislav Javor,Tonino Jankov,Mateja Kendel,Chris Ward,Ahmed Bouchefra,David Attard in PDF and/or ePUB format, as well as other popular books in Computer Science & Web Programming. We have over one million books available in our catalogue for you to explore.
Information
Table of contents
- Learn Ethereum: The Collection
- Notice of Rights
- Preface
- Book 1: A Developer's Guide to Ethereum
- Chapter 1: Blockchain: What It Is, How It Works, Why It’s So Popular
- Chapter 2: What is a Bitcoin Node? Mining versus Validation
- Chapter 3: How the Lightning Network Helps Blockchains Scale
- Chapter 4: The Top Nine Uses for Blockchain
- Chapter 5: Introduction to Ethereum: A Cryptocurrency with a Difference
- Chapter 6: A Deep Dive into Cryptography
- Chapter 7: 3 Bitcoin Alternatives Compared: Ethereum, Cardano and NEO
- Chapter 8: Compiling and Smart Contracts: ABI Explained
- Chapter 9: Ethereum Wallets: Send and Receive Ether with MyEtherWallet
- Chapter 10: Ethereum: How Transaction Costs are Calculated
- Chapter 11: Proof of Stake vs Proof of Work
- Chapter 12: Ethereum's Casper: Ghostbusting Proof of Stake Problems
- Chapter 13: Decentralized Storage and Publication with IPFS and Swarm
- Chapter 14: Ethereum Messaging: Explaining Whisper and Status.im
- Chapter 15: Ethereum: Internal Transactions & Token Transfers Explained
- Chapter 16: BigchainDB: Blockchain and Data Storage
- Book 2: Ethereum: Tools & Skills
- Chapter 1: Remix: Develop Smart Contracts for the Ethereum Blockchain
- Chapter 2: An Introduction to Geth and Running Ethereum Nodes
- Chapter 3: Introducing Mist, a Human-friendly Geth Interface
- Chapter 4: Introducing Truffle, a Blockchain Smart Contract Suite
- Chapter 5: Quality Solidity Code with OpenZeppelin and Friends
- Chapter 6: Truffle: Testing Smart Contracts
- Chapter 7: Truffle Migrations Explained
- Chapter 8: Flattening Contracts and Debugging with Remix
- Chapter 9: Debugging with Truffle CLI
- Chapter 10: Using Puppeth, the Ethereum Private Network Manager
- Book 3: Build Your First Ethereum DApp
- Chapter 1: App Rules and Blockchain Setup
- Chapter 2: Creating, Deploying TNS Tokens
- Chapter 3: Ethereum DApps: Compiling, Deploying, Testing TNS tokens
- Chapter 4: Whitelisting & Testing a Story DAO
- Chapter 5: Cross-contract Communication & Token Selling
- Chapter 6: Voting with Custom Tokens
- Chapter 7: Building a Web3 UI for a DAO Contract
- Chapter 8: Launching the StoryDao