Tiviem
(/ti:vi:em/) A rudimentary implementation of EVM in Typescript. Currently work-in-progress, I'm building this to learn how Ethereum works under the hood.
Firechat
A proof of concept for using smart contract storage as a database. It's a chat app that stores messages on Ethereum (inside the smart contract). Learnt a lot while building this, currenty working on encryption.
Casterscan
A collaboration between me and dylansteck.com. It's a sort of block explorer for Farcaster. Recently: integration with nf.td.
Scribble
MS Paint + Stable Diffusion => art. An AI-powered whiteboard where you can draw rough sketches and use Stable Diffusion to generate art out of them. Built with Next.js, embeds Excalidraw.com for whiteboard, and Stable Diffusion ControlNet for guiding the image output. (800+ generations in 5 days)
Enscan
The Ethereum Name Service (ENS) is an on-chain Linktree. But almost none of that data can be queried with complex conditions, like in SQL. Enscan is an indexer that crawls the ENS contracts and indexes the data into a database, enabling developers to interact with the data using SQL. (v1 out, building v2)
Farcaster Directory
A directory of Farcaster accounts and their respective Twitter accounts, making it easier to find your Twitter friends on Farcaster.
pg-scraper
A simple program that generates a scraped RSS feed of Paul Graham's essays. My first app in Go; it was the perfect project to explore Go's concurrency model. It's deployed as a serverless function that generates the feed everytime a new request comes in.
Damn Vulnerable DeFi
Solutions to the Damn Vulnerable DeFi CTF challenge.
Skimmr
A Chrome extension that uses OpenAI's GPT-3 to summarize and explain articles, helping you read articles faster.
Ethernaut CTF
Solutions to the Ethernaut CTF challenge.
Breathe
A web app that sends you alerts when the pollution in your city reaches dangerous level.s
Screenshot Essays
A Farcaster "client" to read the best screenshot essays posted there.
Simple NFT
A beginner NFT project built using Solidity and the Brownie framework.
Friendcaster
A web app to visualize your Farcaster interaction circle.