A mildly opinionated, slim app configured with some of my favourite tools for building web3 apps.
Wallet Connection - RainbowKit
Use this repo as a template through GitHub's interface above or deploy straight to Vercel below.
Install packages
bun install
Set up environment variables
cp .env.local.template .env.local && open -t .env.local
Run development server
bun dev
Tip: Check out src/utils/blockchain.ts for some more convenience