https://github.com/dpc/block-iter
Another experiment in Bitcoin indexing
https://github.com/dpc/block-iter
Last synced: 4 months ago
JSON representation
Another experiment in Bitcoin indexing
- Host: GitHub
- URL: https://github.com/dpc/block-iter
- Owner: dpc
- Created: 2022-01-29T08:34:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T04:02:45.000Z (over 4 years ago)
- Last Synced: 2025-10-07T12:01:55.840Z (8 months ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Another experiment in Bitcoin indexing
I want to clean up bunch of code from [rust-bitcoin-indexer](https://github.com/dpc/rust-bitcoin-indexer),
and then model it after [blocks_iterator](https://github.com/RCasatta/blocks_iterator), and make it modular
and easy to bench, eventually decided to copy a lot code from `blocks_iterator` altogether.
So that's what it's at right now.