...

/

Chapter Overview

Chapter Overview

Get an overview of what we will learn in this chapter.

In this chapter, we'll learn the basics of smart contract development and how to implement them using the Solidity programming language. While the smart contracts we'll write are almost trivial, they'll allow us to learn the foundational skills we'll build upon in the following chapters. We'll also learn how to interact with smart contracts and how they're executed. We'll finish this chapter by deploying a smart contract to an Ethereum network. ...