6. Runtime View

The runtime view describes concrete behavior and interactions of the system’s building blocks in the form of scenarios from the following areas:

  • Important use cases or features: how do building blocks execute them?

  • Interactions at critical external interfaces: how do building blocks cooperate with users and neighboring systems?

  • Operation and administration: launch, start-up, stop

  • Error and exception scenarios

6.1. Create Auction

Diagram

6.2. Manage Auctions

Diagram

6.3. View Auctions

Diagram

6.4. Create Bid

When a user creates a bid, the API will check that the user has the required amount of tokens to create that bid. Bid status will be returned and handled by the UI.

Diagram
Diagram

6.5. Finalize Auction

When an auction ends sucessfully, the admin will retrieve a link to generate the burn/redeem app on Manifold

Diagram