1.1.5 • Published 1 year ago

@startertemp/nextjs-hardhat v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

GitHub issues GitHub license

Discord

Twitter Follow

GitHub followers

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 the app.jsx

Get Started

  1. cd frontend to go into the frontend folder
  2. 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.