bitcoindevkit / bdk

A modern, lightweight, descriptor-based wallet library written in Rust!
Other
871 stars 312 forks source link

Blockbook implementation for the Blockchain trait? #883

Open dspicher opened 1 year ago

dspicher commented 1 year ago

Blockbook is a popular block explorer service, implemented and used by Trezor.

Would you be interested in a PR that implements the Blockchain trait for it?

notmandatory commented 1 year ago

The team is currently working on a refactor that will make the core bdk wallet more agnostic to which blockchain client is used, after this change is done an example of how to sync a bdk based wallet with Blockbook would certainly be interesting. See #793 for new examples with electrum and esplora clients.

dspicher commented 1 year ago

Thanks for the info, I will take a look at the examples there :+1: