Crates.io | substreams-bitcoin |
lib.rs | substreams-bitcoin |
version | 2.0.0 |
source | src |
created_at | 2023-12-05 20:41:55.027129 |
updated_at | 2024-10-17 13:08:04.327367 |
description | Substreams development kit for Bitcoin chains, contains Firehose Block model and helpers. |
homepage | https://substreams.streamingfast.io/ |
repository | https://github.com/streamingfast/substreams-bitcoin/tree/develop/substreams-bitcoin |
max_upload_size | |
id | 1059064 |
size | 2,777 |
Substreams development kit for Bitcoin chains, contains Rust Firehose Block model and helpers.
[package]
name = "substreams-acme"
version = 0.1.2
[lib]
crate-type = ["cdylib"]
[dependencies]
substreams-bitoin = "1.0.0"
We manually keep in sync the rendered Rust Firehose Block models with the actual Protocol Buffer definitions file found in firehose-bitcoin and we commit them to Git.
This means changes to Protobuf files must be manually re-generated and commit, see below for how to do it.
./gen.sh
If you struggle with something, reach out to us on Discord and we are going to help you out.