Crowdfunding on Blockchain

A crowdfunding project on the blockchain to tackle the limitations of traditional crowdfunding methods.

Tags:Blockchain,Vite.js,Thirdweb

Repo

View

Overview

In this project, I implemented a crowdfunding solution on the blockchain to tackle the limitations of traditional crowdfunding methods, with the help of this tutorial from JavaScript Mastery.

Key Features

Technologies Used

Challenges and Learnings

Synchronizing real-time updates from the Sepolia Testnet to the Vite.js frontend proved difficult due to asynchronous operations. This was resolved by implementing robust event listeners and utilizing Ethers.js to fetch and update UI elements dynamically upon blockchain events, ensuring an accurate and responsive user experience.

Outcome

A decentralized crowdfunding platform on the Ethereum blockchain, which addresses critical limitations in traditional crowdfunding through a blockchain-based solution. The platform eliminates intermediary involvement, ensures transparent transaction tracking, maintains data integrity through smart contracts, and enables pseudonymous investing capabilities.