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.
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/
git clone https://github.com/Daltonic/hardhat_ethersjs_next_starter_app <PROJECT NAME>
$ cd <PROJECT NAME>
$ yarn install # or npm install
Open the terminal and run the command below.
$ yarn hardhat node
$ yarn dev
Visit this URL in your browser: http://localhost:3000