Storage Smart Contract
A simple Solidity project demonstrating how to store and retrieve a value on the Ethereum blockchain — implemented and deployed using Hardhat.
ビデオ
説明
🧮 Storage Smart Contract
A simple Solidity project demonstrating how to store and retrieve a value on the Ethereum blockchain — implemented and deployed using Hardhat.
📘 Overview
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
テックスタック
Web3
Solidity