eliza icon indicating copy to clipboard operation
eliza copied to clipboard

📊 Order Book System

Open sirkitree opened this issue 1 year ago • 1 comments

📈 Importance of the Order Book: The order book is critical for establishing a framework of trust within the marketplace. By documenting trades and their success rates, it lays the groundwork for a reliable trading environment.

Develop a central order book system for managing trades and trust assessments.

Requirements

  • Design database schema for order storage
  • Implement order matching logic
  • Create APIs for order submission and retrieval
  • Add trust assessment calculations

Acceptance Criteria

  • [ ] Orders can be created and stored in the system
  • [ ] Order matching algorithm is functioning
  • [ ] APIs are documented and tested
  • [ ] Trust assessments are calculated correctly

sirkitree avatar Oct 27 '24 18:10 sirkitree

@MarcoMandar has been working on this. The order book and trust system are unified, so I am assigning tickets which we can deem duplicate and close as necessary.

lalalune avatar Nov 01 '24 20:11 lalalune