Skip to content

Speedily develope your decentralized application with this NextJs starter kit for free. It has Redux-Toolkit, NextJs 13, React 18, Hardhat, EthersJs, Tailwind, etc.

License

Notifications You must be signed in to change notification settings

alchemist139/new-web3-all-stack-app

 
 

Repository files navigation

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

Speedily develope your decentralized application with this NextJs starter kit for free. It has Redux-Toolkit, NextJs 13, React 18, Hardhat, EthersJs, Tailwind, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 39.2%
  • CSS 34.0%
  • JavaScript 22.7%
  • Shell 4.1%