Feedback from our readers is always welcome. Let us know what you think about this book-what you liked or disliked. Reader feedback is important for us as it helps us develop titles that you will really get the most out of.
To send us general feedback, simply e-mail [email protected], and mention the book's title in the subject of your message.
If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide at www.packtpub.com/authors.
-
Book Overview & Buying
-
Table Of Contents
Building Blockchain Projects
By :
Building Blockchain Projects
By:
Overview of this book
Blockchain is a decentralized ledger that maintains a continuously growing list of data records that are secured from tampering and revision. Every user is allowed to connect
to the network, send new transactions to it, verify transactions, and create new blocks,
making it permission-less.
This book will teach you what blockchain is, how it maintains data integrity, and how to create real-world blockchain projects using Ethereum. With interesting real-world
projects, you will learn how to write smart contracts which run exactly as programmed
without any chance of fraud, censorship, or third-party interference, and build end-to-e
applications for blockchain.
You will learn about concepts such as cryptography in cryptocurrencies, ether security, mining, smart contracts, solidity, and more. You will also learn about web sockets, various API services for Ethereum, and much more.
The blockchain is the main technical innovation of bitcoin, where it serves as the public ledger for bitcoin transactions.
Table of Contents (10 chapters)
Preface
Understanding Decentralized Applications
Understanding How Ethereum Works
Writing Smart Contracts
Getting Started with web3.js
Building a Wallet Service
Building a Smart Contract Deployment Platform
Building a Betting App
Building Enterprise Level Smart Contracts
Building a Consortium Blockchain