-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add support for querying solana RPC #4096
Comments
This is really meant to query exchanges not blockchains. Serum would be what you want to build querying around. |
but we have examples of this in the project, such as bitcoincore. |
Will just be a pain to fork the project, maintain the solana rest interface and keep it up to date. |
I haven't been a maintainer when those modules were added @timmolter can opine more on this topic, but I don't see why conflate this project with blockchain explorer libraries, they are fundamentally different things. |
okey, and adding an account service to the serum project that queries solana adresses is a no go too? |
I think that would make sense because all Solana addresses can become addresses for exchange interaction. But I would be more curious about what that would turn into as more features are added. I would leave it to @timmolter about where to draw the line, not sure if he cares about adding this functionality at all, this is just my opinion. |
all I am interested is is balances for a given public key, so seems ok to raise a PR for that within the serum module. |
i'll open another issue releated to just the serum changes. |
#4097 for the serum changes |
Feel free to add this, as it's an addition to the serum DEX. |
Having programmatic access to various block chains proves useful (i.e. bitcoincore), especially to retrieve data which is then uses to then place orders on a dex or central exchange.
It would be very helpful, for me, and I am sure others, to be able to access various information from Solana via xchange.
The first implementation i would imagine the following methods exposed via an AccountService
Any objections for me to raise pull request for a new xchange/solana module that just implements the AccountService similarly to bitcoincore?
The text was updated successfully, but these errors were encountered: