https://github.com/shridhar-dev/next-tailwind-hardhat
A simple template, having Next.js, Tailwind and Hardhat preconfigured 🔥
https://github.com/shridhar-dev/next-tailwind-hardhat
blockchain hardhat nextjs react tailwindcss web3
Last synced: about 2 months ago
JSON representation
A simple template, having Next.js, Tailwind and Hardhat preconfigured 🔥
- Host: GitHub
- URL: https://github.com/shridhar-dev/next-tailwind-hardhat
- Owner: Shridhar-dev
- Created: 2022-02-06T17:06:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T17:11:40.000Z (about 4 years ago)
- Last Synced: 2025-09-11T04:43:49.841Z (10 months ago)
- Topics: blockchain, hardhat, nextjs, react, tailwindcss, web3
- Language: JavaScript
- Homepage:
- Size: 255 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next Tailwind Hardhat Template

A simple template, having Next.js, Tailwind and Hardhat preconfigured 🔥
### Packages in
- Next.js
- Tailwind CSS
- Hardhat
- Ethersjs
- web3modal
- ethereum-waffle
- @nomiclabs/hardhat-ethers
- @nomiclabs/hardhat-waffle
## Get Started
```sh
$ git clone https://github.com/Shridhar-dev/next-tailwind-hardhat
$ cd next-tailwind-hardhat
$ yarn install # This will install the dependencies
$ yarn run dev # This will start up the local server
```