This project implements a simple ticketing system DApp using Ethereum’s Sepolia Testnet. It consists of:
- A smart contract (TicketToken.sol) that extends the ERC‑20 standard with a payable function to purchase tickets using SETH.
- A Web3 frontend built with HTML, CSS, and JavaScript for wallet creation, balance checking, ticket purchase, and transferring tickets.