https://github.com/startertemp/nextjs-hardhat
Javascript Next and Hardhat Starter project for LearnWeb3DAO.
https://github.com/startertemp/nextjs-hardhat
hardhat learnweb3dao nextjs react reactjs startertemp
Last synced: over 1 year ago
JSON representation
Javascript Next and Hardhat Starter project for LearnWeb3DAO.
- Host: GitHub
- URL: https://github.com/startertemp/nextjs-hardhat
- Owner: startertemp
- License: mit
- Created: 2022-10-28T20:21:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T16:12:10.000Z (over 3 years ago)
- Last Synced: 2025-04-12T06:36:20.372Z (over 1 year ago)
- Topics: hardhat, learnweb3dao, nextjs, react, reactjs, startertemp
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@startertemp/nextjs-hardhat
- Size: 38.1 KB
- Stars: 10
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/startertemp/nextjs-hardhat/issues)
[](https://github.com/startertemp/nextjs-hardhat/blob/master/LICENSE)

--


--
# 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](https://learnweb3.io) courses for ease setup and version to be version compatible.
## Libraries Included
### Front-end
- [Next JS](https://nextjs.org/docs/getting-started)
- [React JS](https://reactjs.org/docs/getting-started.html)
- [Web3Modal](https://github.com/Web3Modal/web3modal)
- [Ethers](https://docs.ethers.io/v5/getting-started/)
- [Rainbowkit](https://www.rainbowkit.com/)
- [Wagmi](https://wagmi.sh/)
### Back-end
- [Hardhat/Soldity](https://hardhat.org/hardhat-runner/docs/getting-started#overview)
- [Hardhat-Toolbox](https://hardhat.org/hardhat-runner/plugins/nomicfoundation-hardhat-toolbox)
- [@nomiclabs/hardhat-etherscan](https://www.npmjs.com/package/@nomiclabs/hardhat-etherscan)
- [@OpenZeppelin/Contracts](https://www.openzeppelin.com/contracts)
- [dotenv](https://www.npmjs.com/package/dotenv)
## Contribution
Any type of contributions are welcome into [Github Repository.](https://github.com/startertemp/nextjs-hardhat)