Skip to content

A Hardhat + Next.js starter kit for Full-stack Web3 development

Notifications You must be signed in to change notification settings

UltimateRoman/Hardhat-Nextjs-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hardhat-Nextjs-Starter

An all-in-one Hardhat + Next.js starter kit for Full-stack Web3 development

Note: Please use only npm as you might run into trouble with hardhat while using yarn

Frameworks and Tools

  • Next.js
  • Typescript
  • Ethers.js
  • Wagmi
  • RainbowKit
  • Web3.storage
  • TailwindCSS
  • Chakra UI
  • Hardhat
  • Solidity
  • Openzeppelin contracts

Setup

Clone the repo

git clone https://github.com/UltimateRoman/Hardhat-Nextjs-Starter.git
cd Hardhat-Nextjs-Starter

Install dependencies

npm i

Compile and Test contracts

npm run compile
npm run test

Run the Frontend App

npm run dev