https://github.com/lalitdotdev/ideavate
A decentralized and innovative platform that motivates users to share their knowledge and in turn rewarded ethers for ideas that people like.
https://github.com/lalitdotdev/ideavate
community decentralized-applications ethersjs hardhat headlessui ideavate nextjs redux smart-contracts tailwindcss typescript web3
Last synced: about 2 months ago
JSON representation
A decentralized and innovative platform that motivates users to share their knowledge and in turn rewarded ethers for ideas that people like.
- Host: GitHub
- URL: https://github.com/lalitdotdev/ideavate
- Owner: lalitdotdev
- License: mit
- Created: 2023-08-04T08:55:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T12:29:46.000Z (almost 3 years ago)
- Last Synced: 2025-01-17T03:39:13.910Z (over 1 year ago)
- Topics: community, decentralized-applications, ethersjs, hardhat, headlessui, ideavate, nextjs, redux, smart-contracts, tailwindcss, typescript, web3
- Language: TypeScript
- Homepage:
- Size: 303 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README


# Hardhat-Tailwind-NextJs Ethers Starter Kit
Speedily develope your decentralized application with this NextJs starter kit for free. It has Redux-Toolkit, NextJs 13, React 18, Hardhat, EthersJs, Tailwind, etc.
Follow the steps below to download, install, and run this project.
## Dependencies
Install these prerequisites to follow along with the tutorial. See free video tutorial or a full explanation of each prerequisite.
- NPM: https://nodejs.org
- Hardhat: https://hardhat.org/
- EthersJs: https://ethers.org/
- Tailwind CSS: https://tailwindcss.com/
## Step 1. Clone the project
`git clone https://github.com/mrExplorist/hardhat_ethersjs_next_starter_app `
## Step 2. Install dependencies
```sh
$ cd
$ yarn install # or npm install
```
## Step 3. Start Hardhat Node
Open the terminal and run the command below.
```sh
$ yarn hardhat node
```
## Step 4. Run the Front End Application
`$ yarn dev`
Visit this URL in your browser: http://localhost:3000