This is a starter template which you can use containing multiple installed libraries for quick setup. This template uses npm for installation.
You can install Web3Modal by running the following command
npx @startertemp/nextjs-hardhat my-app
npxstands for npm init@startertemp/nextjs-hardhat-tsis the package namemy-appis the folder name
You can install Rainbowkit with Wagmi by adding the following flag with the installation
npx @startertemp/nextjs-hardhat my-app rainbowkit
npxstands for npm init@startertemp/nextjs-hardhat-tsis the package namemy-appis the folder namerainbowkitis the flag sent to install rainbowkit and wagmi and change theapp.jsx
cd frontendto go into the frontend foldernpm run devto run the next js project.
This README was made for LearnWeb3DAO courses for ease setup and version to be version compatible.
Any type of contributions are welcome into Github Repository.