Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/play3rzer0/crowdfund
A crowdfunding contract with a time period
https://github.com/play3rzer0/crowdfund
blockchain blockchain-programming crowdfunding-dapp ethereum programming reentrancy-guard smart-contracts smartcontracts solidity
Last synced: about 4 hours ago
JSON representation
A crowdfunding contract with a time period
- Host: GitHub
- URL: https://github.com/play3rzer0/crowdfund
- Owner: Play3rZer0
- License: mit
- Created: 2024-07-23T04:30:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T05:02:14.000Z (4 months ago)
- Last Synced: 2024-07-24T07:07:37.694Z (4 months ago)
- Topics: blockchain, blockchain-programming, crowdfunding-dapp, ethereum, programming, reentrancy-guard, smart-contracts, smartcontracts, solidity
- Language: Solidity
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CrowdFund
A crowdfunding contract with a time period
The CrowdFund contract is for fundraising on the Ethereum blockchain. It has a set time period of 30 days (can be modified in code only).
There is a fundraiser account that serves as the owner. Only this account can withdraw funds from the funds collected.
A reentrancy guard is implemented using OpenZeppelin. This is to ensure security for the contract.
Contract address of deployed contract on Sepolia test network:
0x3A320694D215de10ff06a65eA9775eBE1b527ce4