A collection of Solidity examples and Ethereum smart contracts for learning and experimentation.
This repository was reorganized to make the examples easier to navigate and maintain:
- Added a
contracts/directory with topic-based subfolders. - Renamed files to use descriptive names and
.solextensions. - Kept source content intact so examples can still be reviewed as originally written.
contracts/
auctions/
SealedBidAuctionFinal.sol
SealedBidAuctionUpdated.sol
SimpleAuctionAdvanced.sol
SimpleAuctionBase.sol
examples/
HelloWorld.sol
tokens/
ERC721.sol
SimpleToken.sol
- Fix Solidity syntax errors and typos in the auction/token examples.
- Add a Solidity toolchain (
foundryorhardhat) and CI checks. - Add one README per folder documenting learning goals and known limitations.
MIT (see LICENSE).