mirror of
https://github.com/romanz/electrs.git
synced 2025-02-24 23:08:39 +01:00
An efficient re-implementation of Electrum Server in Rust
This would allow to work without daemon's txindex. Note that seeking inside a block (on a HDD) doesn't take too much time when compare to reading the whole block and finding the transaction (even without client-side cache). Next commit should add support for looking up confirmation height for a given transaction ID (currently assumes txindex). |
||
---|---|---|
src | ||
tools | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
LICENSE | ||
README.rst | ||
TODO.txt |
Bitcoin indexer and Electrum Server in Rust ===========================================