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

Core Server Components #8

Closed
5 tasks done
chappjc opened this issue Aug 12, 2019 · 0 comments
Closed
5 tasks done

Core Server Components #8

chappjc opened this issue Aug 12, 2019 · 0 comments
Labels
meta collection of related issues server server components

Comments

@chappjc
Copy link
Member

chappjc commented Aug 12, 2019

The core server modules according to the DEX proposal are:

  • Messaging and communication hub
    • JSON-RPC websocket client messaging
    • Interfacing with other DEX components that require sending and receiving messages or notifications.
    • Issue Communication Hub #6
  • Order book managers. For a market, keep the book:
    • Insert and remove orders
    • Provide book stats like depth tables for charting
  • Order matcher
    • Operates on (1) epoch queue and (2) order book to make matches for swap
    • Issue Matching Engine #5
  • Swap executor
  • Asset backends
    • Define an interface to be satisfied by all backends, and used by other components to interact with the assets.
    • For each asset, implement txn monitoring for swaps, fee payment, etc.
    • DCR: DCR Backend #3
    • BTC: BTC Backend #4
@chappjc chappjc added server server components meta collection of related issues labels Aug 19, 2019
@chappjc chappjc added this to the Core Server Components milestone Aug 19, 2019
@chappjc chappjc pinned this issue Aug 20, 2019
@chappjc chappjc unpinned this issue Nov 8, 2019
@chappjc chappjc closed this as completed Nov 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta collection of related issues server server components
Projects
None yet
Development

No branches or pull requests

1 participant