image source(ethereum)
- NextJs with Typescript
- TailwindCSS
- Wagmi & RainbowKit 🌈
- Ethers
- Hardhat
- Playwright Test Suite
- Github workflow and renovate bot
- ESlint and Prettier
- Path aliases
- Notification Toaster and Helpers
- Gas Reporter
- and more
You can either clone the repository or use this template to kick-start your project.
npx create-next-app -e https://github.com/sasicodes/next-eth
Install all dependencies,
yarn install
and run the application using,
yarn dev
Also try running some of the following tasks:
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help