Daltonic / tailwind_ethers_starter_kit

A hardhat-tailwind-based web3 error-free starter kit free for speeding up your blockchain development process. Feel free to leave a star.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hardhat-Tailwind-React Ethers Starter Kit

Speedily develope your decentralized application with this starter kit for free!

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/tailwind_ethers_starter_kit <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 start Visit this URL in your browser: http://localhost:3000

About

A hardhat-tailwind-based web3 error-free starter kit free for speeding up your blockchain development process. Feel free to leave a star.


Languages

Language:JavaScript 48.5%Language:HTML 46.1%Language:CSS 5.4%