Skip to content

🚀 Web3 boilerplate for Next.js 12+, ethers and TypeScript ⚡️

Notifications You must be signed in to change notification settings

albertocevallos/web3-starter-kit

Repository files navigation

Web3 Starter Kit

A react, typescript boilerplate for Web3 applications.

Features

Requirements

Usage

To install packages:

yarn

Run local development mode with:

yarn dev

Configuration

You can easily configure the boilerplate by changing the following files:

  • config/theme.ts: Colors, media queries, light mode, dark mode

  • config/wallets.ts: Specifies which wallets are supported

  • config/menu.ts: Socials and resources for your project

  • constants/blockchain.ts: Specifies which chains are supported

  • constants/contracts.ts: Contracts users are interacting with

  • constants/tokens.ts: ERC20 tokens interacting with contracts

  • store/: Store, types, hooks and updaters for your state