Next JS, Solidity JavaScript Starter Template
This is a starter template which you can use containing multiple installed libraries for quick setup. This template uses npm
for installation.
Installation
Web3Modal
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 name -
my-app
is the folder name
Rainbowkit with Wagmi
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 name -
my-app
is the folder name -
rainbowkit
is the flag sent to install rainbowkit and wagmi and change theapp.jsx
Get Started
-
cd frontend
to go into the frontend folder -
npm run dev
to run the next js project.
Purpose
This README was made for LearnWeb3DAO courses for ease setup and version to be version compatible.
Libraries Included
Front-end
Back-end
Contribution
Any type of contributions are welcome into Github Repository.