Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 676 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 676 Bytes

blockchain-kickstart

This is a clone of kickstart but built on blockchain. This contract allows users to create a campaign for crowdfunding and It allows different users to contribute money and join the campaign. This contract is made using Solidity .

It reduces the risk of potential frauds . Whenever the campaign owner decides to send money He/She will be required to gather votes of the people who have have contributed to the campaign making it somewhat immune to frauds . Before using the

It is deployed on Sepolia Testnet Network at following address: 0xA8C59AfB2E06089ED21771a38e58DD717970d819

I am learning and working on the frontend part of this currently.