Book Image

Ethereum Cookbook

By : Manoj P R
Book Image

Ethereum Cookbook

By: Manoj P R

Overview of this book

Ethereum and Blockchain will change the way software is built for business transactions. Most industries have been looking to leverage these new technologies to gain efficiencies and create new business models and opportunities. The Ethereum Cookbook covers various solutions such as setting up Ethereum, writing smart contracts, and creating tokens, among others. You’ll learn about the security vulnerabilities, along with other protocols of Ethereum. Once you have understood the basics, you’ll move on to exploring various design decisions and tips to make your application scalable and secure. In addition to this, you’ll work with various Ethereum packages such as Truffle, Web3, and Ganache. By the end of this book, you’ll have comprehensively grasped the Ethereum principles and ecosystem.
Table of Contents (13 chapters)

Introduction

The Ethereum ecosystem is relatively new and is constantly evolving at a very high rate. New services and platforms are being added to it every day. The system has its own limitations, which can be either due to the lack of platform maturity or some design choices that have to be made for a distributed system. There are workarounds for some of the limitations, for example, by using Oracle services to interact with an external data source.

The community is building new applications and protocols to help users and developers to get more out of Ethereum. In this chapter, you will learn about other Ethereum protocols that can be used in multiple scenarios, and various reusable applications available in the Ethereum ecosystem. This will help you in building feature-rich distributed applications based on Ethereum.