This project is a simple React project that demonstrates the following:
- Interaction with a smart contract.
- Allowing the user to create his own project
- Allowing the user to participate in project fundation
- Allowing the user to vote in project request
- Allowing the project creator to to finalize approved requests
This project focuses on interacting with smart contracts and using web3 tools, validation not implemented.
- npm
git clone https://github.com/agaskrobot/fund-my-project-react
cd fund-my-project-react
npm install
To run the application in the development mode execute:
npm run dev
After open http://localhost:5173 to access the application.