Skip to content

Instantly share code, notes, and snippets.

View Manasse228's full-sized avatar
🏠
Working from home

Last Pharaon Manasse228

🏠
Working from home
View GitHub Profile
@Manasse228
Manasse228 / Crowdfunding.sol
Created May 26, 2018 21:48
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.4.23+commit.124ca40d.js&optimize=false&gist=
pragma solidity ^0.4.19;
contract Crowdfunding {
uint minimumEntryFee = 2;
uint campagneDeadline = 5000;
uint projectProposalDeadLine = 125;
address owner = 0x44d4470d66193c5789ebd99937b8d455d8de144f;
struct Project{