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
npx
stands for npm init@startertemp/nextjs-hardhat-ts
is the package namemy-app
is the folder name
You can install Rainbowkit with Wagmi by adding the following flag with the installation
npx @startertemp/nextjs-hardhat my-app rainbowkit
npx
stands for npm init@startertemp/nextjs-hardhat-ts
is the package namemy-app
is the folder namerainbowkit
is the flag sent to install rainbowkit and wagmi and change theapp.jsx
cd frontend
to go into the frontend foldernpm run dev
to 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.