Skip to content

gskril/web3-starter

Repository files navigation

Web3 Project Template

This is an opinionated monorepo template for web3 projects. It uses Foundry for smart contracts and Vite for the web app.


Contracts

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.

Usage

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Web App

A lightweight web app built with Vite and React, using wagmi for EVM integration.

Usage

Start the development server

$ pnpm dev

Build the web app for production

$ pnpm build

About

Opinionated starter template for Ethereum projects

Topics

Resources

Stars

22 stars

Watchers

2 watching

Forks

Contributors