Skip to content
Discussion options

You must be logged in to vote

Build a single, well-modularized process for V1 (clear modules for ingest, strategy, executor, wallet, notifier). That keeps iteration fast and testing simple. Split into separate services only when you need independent scaling or isolation (e.g., separate signing service, mempool watcher, or analytics worker). Keep the signing surface tiny and language/runtime consistent for fewer integration issues.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Jackhuang166
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants