Skip to content

Instantly share code, notes, and snippets.

// SPDX-License-Identifier: Unlicense
pragma solidity >=0.8.0;
// Task 2. Implement the backbone for a simple Crowdfunding platform with the following requirements:
// - Anyone can create a campaign to acquire funding for their project
// - Each campaign must have (at least!):
// - A name
// - An owner
// - A campaign type
// - A funding goal (in Eth)