A kickstarter-like crowd funding blockchain website. Users can request for funds to be approved and sent on the blockchain.
This project is a kickstarter-like website that runs on the Ethereum blockchain to prevent common scams. Users can create a campaign that requests for funds. A sponsor can choose to fund them. When a request is made, all of the sponsors can choose to donate or not. When the request is finalised, the transaction is completed.
I created this project using a tutorial. Although code was provided by the tutorial, I did all the coding myself and tested and checked it. The project uses web3, javascript, solidity, truffle, waffle, next.js, react, mocha, ganache and node. The backend was developed on remix and the fronted on vscode.