bindex 0.0.15

Bitcoin indexing library in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Bitcoin indexing library in Rust

[![CI](https://github.com/romanz/bindex-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/romanz/bindex-rs/actions)
[![crates.io](https://img.shields.io/crates/v/bindex.svg)](https://crates.io/crates/bindex)

See [slides](https://docs.google.com/presentation/d/1Zez-6DApKRu59kke4i_g9jwxQlaFKKRpOPdYFYsFXfA/) for more details.

## Requirements

Currently, querying it requires Bitcoin Core 30 with the merged PR:

- https://github.com/bitcoin/bitcoin/pull/33657

## Usage

[![asciicast](https://asciinema.org/a/yFjcbagORZNMtoOPikw0kUlC9.svg)](https://asciinema.org/a/yFjcbagORZNMtoOPikw0kUlC9)