Contracts >

Contracts

Here you'll find a showcase of my on-chain development experiments and ideas.

Idea: On-chain Tipping Jar

A minimal contract that accepts tips with notes, emits events, and shows a live feed on this page. Could use a testnet for demos.

Idea: NFT Proof-of-Support

Mint a lightweight NFT when someone supports your work. Metadata can include the project name and a message.

Idea: Verifiable Counter

A simple counter contract with role-based incrementers, to demo wallet connects, writes, reads, and event subscriptions.

Getting Ready

We can scaffold a small client for wallet connect, network switch, and read/write calls. Pick EVM testnet (e.g., Sepolia) and we'll wire ABIs and interactions next.