romanz / electrs

An efficient re-implementation of Electrum Server in Rust
MIT License
1.06k stars 396 forks source link

Feature: API example of how to use electrs #935

Closed f-squirrel closed 11 months ago

f-squirrel commented 1 year ago

I am not sure if it is a feature request. Is there documentation or ideally a Rust crate allowing to query data from Electrs?

romanz commented 1 year ago

IIUC, it should be possible to use https://docs.rs/electrum-client/latest/electrum_client for querying electrs. Please let me know if it works for you :)