williambsb / WellFund

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 67.4%Language:HTML 28.5%Language:CSS 4.2%