diff --git a/README.md b/README.md index 53ab3213f..c396d3667 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ GitHub Repo stars + + kibo.money + License @@ -26,6 +29,9 @@ Bluesky + + X +

The Bitcoin Research Kit is a suite of tools designed to parse, index, compute, serve and display data stored on a Bitcoin Core node. diff --git a/crates/brk_cli/README.md b/crates/brk_cli/README.md index f91542b8c..d540c6a7d 100644 --- a/crates/brk_cli/README.md +++ b/crates/brk_cli/README.md @@ -4,6 +4,9 @@ GitHub Repo stars + + kibo.money + License @@ -26,6 +29,9 @@ Bluesky + + X +

A command line interface to interact with the full Bitcoin Research Kit. It's built on top of every other create and gives the possility to use BRK using the terminal instead of Rust. diff --git a/crates/brk_computer/README.md b/crates/brk_computer/README.md index 15d984371..ea7fac5e9 100644 --- a/crates/brk_computer/README.md +++ b/crates/brk_computer/README.md @@ -4,6 +4,9 @@ GitHub Repo stars + + kibo.money + License @@ -26,6 +29,9 @@ Bluesky + + X +

A dataset computer, built on top of `brk_indexer` and `brk_fetcher`. It computes any dataset you can think of and if it doesn't feel free to create an issue. diff --git a/crates/brk_core/README.md b/crates/brk_core/README.md index d7cfff9ef..3581224aa 100644 --- a/crates/brk_core/README.md +++ b/crates/brk_core/README.md @@ -4,6 +4,9 @@ GitHub Repo stars + + kibo.money + License @@ -26,6 +29,9 @@ Bluesky + + X +

A list of structs that are used throughout the project as units, think of `Date`, `Height`, `Sats`, `Txindex` or anything that can be either a key and/or a value of a dataset. diff --git a/crates/brk_exit/README.md b/crates/brk_exit/README.md index 810bcd922..03c7c0772 100644 --- a/crates/brk_exit/README.md +++ b/crates/brk_exit/README.md @@ -4,6 +4,9 @@ GitHub Repo stars + + kibo.money + License @@ -26,6 +29,9 @@ Bluesky + + X +

A simple crate that stops the program from exitting when blocking is activated until it is released. The purpose of that is to prevent exitting when a program is in the middle of saving data and thus prevent partial writes. diff --git a/crates/brk_fetcher/README.md b/crates/brk_fetcher/README.md index 75f75fd8c..7a79e292d 100644 --- a/crates/brk_fetcher/README.md +++ b/crates/brk_fetcher/README.md @@ -4,6 +4,9 @@ GitHub Repo stars + + kibo.money + License @@ -26,6 +29,9 @@ Bluesky + + X +

A crate that can fetch the Bitcoin price, either by date or height, from multiple APIs such Kraken, Binance and Kibo.money. diff --git a/crates/brk_indexer/README.md b/crates/brk_indexer/README.md index d81c4b85c..b8ca22e26 100644 --- a/crates/brk_indexer/README.md +++ b/crates/brk_indexer/README.md @@ -4,6 +4,9 @@ GitHub Repo stars + + kibo.money + License @@ -26,6 +29,9 @@ Bluesky + + X +

A [Bitcoin Core](https://bitcoincore.org/en/about/) node indexer which iterates over the chain (via `../brk_parser`) and creates a database of the vecs (`brk_vec`) and key/value stores ([`fjall`](https://crates.io/crates/fjall)) that can be used in your Rust code. diff --git a/crates/brk_logger/README.md b/crates/brk_logger/README.md index e4fce12d5..673a0f15f 100644 --- a/crates/brk_logger/README.md +++ b/crates/brk_logger/README.md @@ -4,6 +4,9 @@ GitHub Repo stars + + kibo.money + License @@ -26,6 +29,9 @@ Bluesky + + X +

A simple crate built on top of [`env_logger`](https://crates.io/crates/env_logger) to display logs from the [`log`](https://crates.io/crates/log) crate in a colorful and clean format. diff --git a/crates/brk_parser/README.md b/crates/brk_parser/README.md index b48970111..db150ac96 100644 --- a/crates/brk_parser/README.md +++ b/crates/brk_parser/README.md @@ -4,6 +4,9 @@ GitHub Repo stars + + kibo.money + License diff --git a/crates/brk_query/README.md b/crates/brk_query/README.md index cb2ae8b16..2a72aabbf 100644 --- a/crates/brk_query/README.md +++ b/crates/brk_query/README.md @@ -4,6 +4,9 @@ GitHub Repo stars + + kibo.money + License diff --git a/crates/brk_server/README.md b/crates/brk_server/README.md index b45c26395..3e8f807f8 100644 --- a/crates/brk_server/README.md +++ b/crates/brk_server/README.md @@ -4,6 +4,9 @@ GitHub Repo stars + + kibo.money + License diff --git a/crates/brk_vec/README.md b/crates/brk_vec/README.md index eb84423ad..6892f7c1c 100644 --- a/crates/brk_vec/README.md +++ b/crates/brk_vec/README.md @@ -4,6 +4,9 @@ GitHub Repo stars + + kibo.money + License