Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a fundraiser program that is fully tested #65

Closed
Tracked by #64
Braqzen opened this issue Jun 4, 2022 · 0 comments · Fixed by #67
Closed
Tracked by #64

Create a fundraiser program that is fully tested #65

Braqzen opened this issue Jun 4, 2022 · 0 comments · Fixed by #67
Assignees
Labels
App: Fundraiser Label used to filter for the app issue New Feature New addition that does not currently exist

Comments

@Braqzen
Copy link
Contributor

Braqzen commented Jun 4, 2022

Requirements

  1. As an author I should be able to
    • Specify the asset that is used to measure against a target goal amount
    • Specify how long the crowdfund will last
    • Claim the amount once the goal is reached
  2. As a non-author I should be able to
    • Pledge any amount of the specified asset if the fund has not expired
    • Withdraw my pledge at any point after my pledge unless the goal has been reached

Extension: The contract should be a single contract that can spawn any number of independent fundraisers / campaigns. This can be done via handling data through various mappings.

@Braqzen Braqzen mentioned this issue Jun 4, 2022
2 tasks
@Braqzen Braqzen self-assigned this Jun 4, 2022
@Braqzen Braqzen added the New Feature New addition that does not currently exist label Jun 4, 2022
@Braqzen Braqzen changed the title Create a crowdfund program that is fully tested Create a fundraiser program that is fully tested Jun 5, 2022
@Braqzen Braqzen added the App: Fundraiser Label used to filter for the app issue label Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App: Fundraiser Label used to filter for the app issue New Feature New addition that does not currently exist
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant