A simple Solidity project demonstrating how to store and retrieve a value on the Ethereum blockchain — implemented and deployed using Hardhat.
A simple Solidity project demonstrating how to store and retrieve a value on the Ethereum blockchain — implemented and deployed using Hardhat.
This project introduces the basics of Solidity smart contracts and Hardhat development.
It showcases key blockchain concepts:
Declaring state variables
Writing public functions to modify and read data
Interacting with contracts using Hardhat scripts and Ethers.js