Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 669 Bytes

File metadata and controls

49 lines (30 loc) · 669 Bytes

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