xlorne / web3-eth-scaffold-nextjs

Home Page:https://web3-eth-scaffold-nextjs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js Starter

A lightweight and minimal starter for building web applications with Next.js.

Live Demo

https://web3-eth-scaffold-nextjs.vercel.app/

中文视频: 【web3+next.js 脚手架!最强生产力工具!拒绝从零开发!】 https://www.bilibili.com/video/BV1Ud4y1V7y2/?share_source=copy_web&vd_source=813a011a1b6536d5861aa9dfd460b658

Getting Started

  1. Clone the repository: git clone https://github.com/nftblackmagic/web3-eth-scaffold-nextjs.git
  2. Install the dependencies: npm install or yarn install
  3. Create a .env.local file. Set NEXT_PUBLIC_INFURA_API= NEXT_PUBLIC_CHAIN_ID= in .env.local
  4. Start the development server: npm run dev or yarn dev

The starter is now running on http://localhost:3000.

Features

  • Next.js 13
  • ESLint and Prettier for code formatting
  • Wagmi
  • Rainbowkit
  • Notistack
  • NextNProgress

Documentation

The file structure for the starter is as follows:

About

https://web3-eth-scaffold-nextjs.vercel.app


Languages

Language:JavaScript 89.7%Language:CSS 10.3%