-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Description
Each market requires a book manager, which is a relatively small component responsible for:
- Keeping the order book (inserting and removing orders)
- Providing book stats like depth tables for DEX clients and generic HTTP API consumers.
The book manager will be employed exclusively by a market's market manger, a higher level server component that employs most of the core server components.
Metadata
Metadata
Assignees
Labels
serverserver componentsserver components