andromedaprotocol/andromeda-core

[Crowdfund] Allow owner to start the campaign

Closed this issue · 0 comments

Description

Allow owner to start the campaign once campaign is ready

Implementation

  • Only owner can start the campaign
  • Campaign can not be started if tiers are not set
    • Confirm that at least one tier have no limit before starting the campaign
  • Should include optional start_time parameter
  • Implement presale [WIP]
    • Should the capital gained by the presale included in the current capital?
    • Should it affect the tier limit?

Dependencies

ANDC-86

Acceptance Criteria

  • The campaign is able to start by the owner with valid tiers
  • Unit tests