Skip to content

startertemp/nextjs-hardhat-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub issues GitHub license Discord GitHub forks

Twitter Follow GitHub followers

Next JS, Solidity Typescript Starter Template

This is a starter template which you can use containing multiple installed libraries for quick setup. This template uses pnpm for installation instead of yarn or npm for performance and space benefits. You can read more about pnpm here

Installation

npx @startertemp/nextjs-hardhat-ts my-app
  • npx stands for npm init
  • @startertemp/nextjs-hardhat-ts is the package name
  • my-app is the folder name

Get Started

  1. cd frontend to go into the frontend folder
  2. pnpm dev to run the next js project.

Libraries Included

Front-end

Back-end

Contribution

Any type of contributions are welcome into Github Repository.