-
Notifications
You must be signed in to change notification settings - Fork 333
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
Make EsploraBlockchain
accessable to outside libraries
#568
Comments
Hey @benthecarman. It'd be useful to know what bits of esplora you'd like to use from BDK. We're currently thinking about a Having said that I think it makes sense to expose at least a user agent that can make requests to a specific path in the api (you'd have to deserilaize the responses into types yourself though). But perhaps since we've already implemented it we could keep and expose the esplora API (even the bits we don't use) and just rely on people who use those parts to make PRs and keep it up to date. |
It'd be nice to have full api coverage. It probably makes sense to make it a separate library that bdk relies on |
Sure thanks. Yep the plan is to make it separate. |
We've recently moved our esplora client into this separate crate: https://github.com/bitcoindevkit/rust-esplora-client The goal now is to integrate it into BDK for the next release |
Closing now that |
I am working on a project and need to make requests to a esplora backend. Would be nice if I could use bdk's implementation.
The text was updated successfully, but these errors were encountered: