/WellFund

WellFund is a decentralized crowdfunding web application built using Solidity, React, Tailwind CSS, Hardhat, Ether.js

Primary LanguageJavaScript

Hardhat-Tailwind-React Ethers Starter Kit

Follow the steps below to download, install, and run the project.

Dependencies

Install these prerequisites. Visit free video tutorial or a full explanation of each prerequisite.

Step 1. Clone the project

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