Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.02 KB

Fund My Project React

image

What is the use of this Repo

This project is a simple React project that demonstrates the following:

  1. Interaction with a smart contract.
  2. Allowing the user to create his own project
  3. Allowing the user to participate in project fundation
  4. Allowing the user to vote in project request
  5. Allowing the project creator to to finalize approved requests

This project focuses on interacting with smart contracts and using web3 tools, validation not implemented.

Dependencies

  • npm

Installation and Setup

Clone the project:

git clone https://github.com/agaskrobot/fund-my-project-react
cd fund-my-project-react

Install the dependencies:

npm install

Start application locally:

To run the application in the development mode execute:

npm run dev

After open http://localhost:5173 to access the application.