Search⌘ K
AI Features

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.

Problem statement

For this challenge, write a small contract called Hello using Solidity version 0.8.4 that would ...