Lesson 1: Your First Solidity Smart Contract

In the previous lesson, we looked at how to set up your local Solidity development environment. Here we will continue on that path by writing our first smart contract!
The contract we will write in this short article is the Greeter
contract from the Hardhat basic sample project setup. If you don’t feel like writing the contract yourself just launch a Hardhat project as you’ve learned in…