Book Image

Ethereum Projects for Beginners

Book Image

Ethereum Projects for Beginners

Overview of this book

Ethereum enables the development of efficient, smart contracts that contain code. These smart contracts can interact with other smart contracts to make decisions, store data, and send Ether to others.Ethereum Projects for Beginners provides you with a clear introduction to creating cryptocurrencies, smart contracts, and decentralized applications. As you make your way through the book, you’ll get to grips with detailed step-by-step processes to build advanced Ethereum projects. Each project will teach you enough about Ethereum to be productive right away. You will learn how tokenization works, think in a decentralized way, and build blockchain-based distributed computing systems. Towards the end of the book, you will develop interesting Ethereum projects such as creating wallets and secure data sharing.By the end of this book, you will be able to tackle blockchain challenges by implementing end-to-end projects using the full power of the Ethereum blockchain.
Table of Contents (12 chapters)
Title Page
Copyright and Credits
Packt Upsell
Contributor
Preface
Index

Ethereum and IoT


In this section, we are going to take a look at Ethereum and how it helps propagate the IoT. In my personal opinion, Ethereum is the perfect backbone for IoT. This is because of two factors: dataflow and security. Data is spread out across the network, which is the most basic concept of IoT; this unhindered and smooth flow of data is an essential factor in using Ethereum to help build the IoT. Also, every device has its own private key that enhances the security factor. The combination of these two elements opens up a lot of new possibilities.

 

Let us look at a case study involving the charging of electric vehicles. At this moment, they are not many electric vehicles or charging stations. There is a high possibility that all vehicles will run on electricity in the near future. This would mean that more charging stations will be placed at many more locations. Let us consider a scenario where there are charging stations at a supermarket. It wouldn't be feasible to provide this...