An all-in-one Hardhat + Next.js starter kit for Full-stack Web3 development
Note: Please use only npm as you might run into trouble with hardhat while using yarn
- Next.js
- Typescript
- Ethers.js
- Wagmi
- RainbowKit
- Web3.storage
- TailwindCSS
- Chakra UI
- Hardhat
- Solidity
- Openzeppelin contracts
git clone https://github.com/UltimateRoman/Hardhat-Nextjs-Starter.git
cd Hardhat-Nextjs-Starter
npm i
npm run compile
npm run test
npm run dev