Challenge: Create a Contract
Build your first Solidity smart contract named Hello that logs Hello World on deployment. Learn to write the contract and the associated Hardhat run script to deploy it, reinforcing core skills in smart contract creation and execution.
We'll cover the following...
We'll cover the following...
Problem statement
For this challenge, write a small contract called Hello using Solidity version 0.8.4 that would ...