Limit this search to....

Beginning Ethereum and Solidity with React
Contributor(s): Lim, Greg (Author)
ISBN: 9811477981     ISBN-13: 9789811477980
Publisher: Greg Lim
OUR PRICE:   $15.29  
Product Type: Paperback - Other Formats
Published: September 2020
Qty:
Additional Information
BISAC Categories:
- Computers | Security - Cryptography
- Computers | Programming - General
Physical Information: 0.2" H x 7.5" W x 9.25" (0.40 lbs) 98 pages
 
Descriptions, Reviews, Etc.
Publisher Description:

In this book, we take you on a fun, hands-on and pragmatic journey to learning decentralized application (DApp) development on the Ethereum blockchain using the Solidity programming language. You'll start building your first Ethereum smart contract within minutes. Every section is written in a bite-sized manner and straight to the point as I don't want to waste your time (and most certainly mine) on the content you don't need. In the end, you will have what it takes to develop a real-life decentralized eBay Clone app.


In the first chapter, we see how Ethereum works and why do we care about it. In the second chapter, we will create our first working smart contract with Ethereum where we learn how to interact with Ethereum as developers.


We will then move on to chapters three and four where we will learn about compiling, deployment and testing of Ethereum apps. All these will prepare us for development of our decentralized eBay clone smart contract and the React user front end in chapter five and six.


The goal of this book is to teach you how to build decentralized apps with Ethereum. We won't be talking a lot about trading cryptocurrencies, how to invest in Ethereum or how to trade Ethereum (ether) coins. We will have a good overview of Ethereum and cryptocurrencies but we will not be going into super in-depth academic discussion of them as our focus in this book is to have the practical knowledge of how to work with and build products with Ethereum.


Table of Contents:

CHAPTER 1: INTRODUCTION TO ETHEREUM

CHAPTER 2: INTRODUCTION TO SMART CONTRACTS

CHAPTER 3: COMPILING WITH SOLC, UNIT TESTING WITH MOCHA & GANACHE

CHAPTER 4: DEPLOYING SMART CONTRACTS TO TEST/MAIN NETWORKS

CHAPTER 5: EBAY SMART CONTRACT

CHAPTER 6: REACT FRONTEND FOR EBAY SMART CONTRACT