An open API service indexing awesome lists of open source software.

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

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.