An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


Next.js and TypeScript


PRs welcome!

License


Follow @Mr_Explorist


# 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