Projects

Blockchain developer

QuantumTicket

QuantumTicket explores a blockchain ticketing workflow where event tickets can be represented and verified through smart contracts.

Problem

Event tickets need tamper-resistant ownership, transfer history, and a verification path that is harder to fake than static QR screenshots.

Users and context

Built as a blockchain developer project for event organizers and attendees exploring NFT-based ticket ownership.

Product workflow

An event ticket can be minted, transferred, and verified through a wallet-connected interface backed by smart contract state.

Architecture

Solidity contracts define ticket behavior, while a React interface and Ethers.js connect users to wallet-based contract interactions.

Key engineering decisions

  • Used NFT ticket representation because it naturally models ownership and transferability.
  • Kept verification as a first-class flow rather than treating minting as the only important action.

Tradeoffs and limitations

  • Public blockchain verification increases transparency, but user experience depends on wallet readiness and network conditions.

Next improvements

  • Add event admin tooling and clearer contract deployment documentation.