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

Implementing new exchanges as independent crates #36

Open
HereticSK opened this issue Jul 6, 2023 · 0 comments
Open

Implementing new exchanges as independent crates #36

HereticSK opened this issue Jul 6, 2023 · 0 comments

Comments

@HereticSK
Copy link

Under the current structure, implementing a new exchange requires merging new codes into the codebase, such as creating a new crate in the exchange, adding a new variant to the ExchangeId enum.

But there are cases where users may want to implement some exotic exchanges that are not interested to other users. I hope we can have a better way to factor out exchange specific codes, so users can implement whatever exotic exchanges as they like, without affecting the whole project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant