#bdk #bitcoind #bitcoin #bdk-bitcoind-rpc

no-std bdk_bitcoind_rpc

This crate is used for emitting blockchain data from the bitcoind RPC interface

18 breaking releases

new 0.19.0 May 1, 2025
0.18.0 Feb 5, 2025
0.17.1 Dec 19, 2024
0.16.0 Oct 2, 2024
0.1.0 Oct 12, 2023

#130 in Magic Beans

Download history 775/week @ 2025-01-10 1094/week @ 2025-01-17 517/week @ 2025-01-24 1122/week @ 2025-01-31 842/week @ 2025-02-07 546/week @ 2025-02-14 2291/week @ 2025-02-21 2492/week @ 2025-02-28 2449/week @ 2025-03-07 2355/week @ 2025-03-14 1809/week @ 2025-03-21 1835/week @ 2025-03-28 2320/week @ 2025-04-04 2108/week @ 2025-04-11 2643/week @ 2025-04-18 1218/week @ 2025-04-25

8,692 downloads per month

MIT/Apache

71KB
1K SLoC

This crate is used for emitting blockchain data from the bitcoind RPC interface. It does not use the wallet RPC API, so this crate can be used with wallet-disabled Bitcoin Core nodes.

Emitter is the main structure which sources blockchain data from bitcoincore_rpc::Client.

To only get block updates (exclude mempool transactions), the caller can use Emitter::next_block until it returns Ok(None) (which means the chain tip is reached). A separate method, Emitter::mempool can be used to emit the whole mempool.


BDK Bitcoind RPC

This crate is used for emitting blockchain data from the bitcoind RPC interface.

Dependencies

~8.5MB
~132K SLoC