Daltonic / nft_auto_importer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js and TypeScript

PRs welcome! License Follow @chhpt


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.

Step 1. Clone the project

git clone https://github.com/Daltonic/hardhat_ethersjs_next_starter_app <PROJECT NAME>

Step 2. Install dependencies

$ cd <PROJECT NAME>
$ yarn install # or npm install

Step 3. Start Hardhat Node

Open the terminal and run the command below.

$ yarn hardhat node

Step 4. Run the Front End Application

$ yarn dev Visit this URL in your browser: http://localhost:3000

About

License:MIT License


Languages

Language:JavaScript 71.3%Language:CSS 21.7%Language:TypeScript 4.4%Language:Shell 2.6%