Skip to content

dylandesrosier/web3-app

Repository files navigation

A Simple Web3 App Template

A mildly opinionated, slim app configured with some of my favourite tools for building web3 apps.

App - React

App - Next

Wallet Connection - RainbowKit

Blockchain Querying - WAGMI

Data Storage - Jotai

Data Fetching - React Query

Styling - Tailwind

Icons - Feather Icons

Getting Started

Use this repo as a template through GitHub's interface above or deploy straight to Vercel below.

Deploy with Vercel

Installation

Install packages

bun install

Set up environment variables

cp .env.local.template .env.local && open -t .env.local

Development server

Run development server

bun dev

Tip: Check out src/utils/blockchain.ts for some more convenience