A lightweight and minimal starter for building web applications with Next.js.
https://web3-eth-scaffold-nextjs.vercel.app/
中文视频: 【web3+next.js 脚手架!最强生产力工具!拒绝从零开发!】 https://www.bilibili.com/video/BV1Ud4y1V7y2/?share_source=copy_web&vd_source=813a011a1b6536d5861aa9dfd460b658
- Clone the repository:
git clone https://github.com/nftblackmagic/web3-eth-scaffold-nextjs.git
- Install the dependencies:
npm install
oryarn install
- Create a
.env.local
file. Set NEXT_PUBLIC_INFURA_API= NEXT_PUBLIC_CHAIN_ID= in .env.local - Start the development server:
npm run dev
oryarn dev
The starter is now running on http://localhost:3000.
- Next.js 13
- ESLint and Prettier for code formatting
- Wagmi
- Rainbowkit
- Notistack
- NextNProgress
The file structure for the starter is as follows: