mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-23 17:08:10 -07:00
readme: add disclaimer
This commit is contained in:
@@ -1,13 +1,82 @@
|
||||
<a href="https://kibo.money" target="_blank">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/kibo-money/kibo/main/_assets/logo-long-text-dark.svg">
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/kibo-money/kibo/main/_assets/logo-long-text-light.svg">
|
||||
<img alt="kibō" src="https://raw.githubusercontent.com/kibo-money/kibo/main/_assets/logo-long-text-light.svg" width="210" height="auto">
|
||||
</picture>
|
||||
</a>
|
||||
# Bitcoin Research Kit
|
||||
|
||||
> ⚠️ In the middle of a massive rewrite, use very carefully ⚠️
|
||||
> Everything is still a work in progress
|
||||
|
||||
## Description
|
||||
|
||||
The Bitcoin Research Kit is a suite of tools designed to help you extract, explore and analyze the data stored from your Bitcoin Core node.
|
||||
|
||||
## Crates
|
||||
|
||||
`brk`
|
||||
|
||||
Wrapper around all other `brk-*` crates.
|
||||
|
||||
> Status: ⚠️
|
||||
|
||||
`brk_cli`
|
||||
|
||||
A command line interface to interact with the Bitcoin Research Kit.
|
||||
|
||||
> Status: ❌
|
||||
|
||||
`brk_computer`
|
||||
|
||||
A Bitcoin dataset computer, built on top of brk_indexer.
|
||||
|
||||
> Status: ⚠️
|
||||
|
||||
`brk_core`
|
||||
|
||||
The Core (Structs and Errors) of the Bitcoin Research Kit.
|
||||
|
||||
> Status: ✅
|
||||
|
||||
`brk_fetcher`
|
||||
|
||||
A Bitcoin price fetcher.
|
||||
|
||||
> Status: ⚠️
|
||||
|
||||
`brk_indexer`
|
||||
|
||||
A Bitcoin Core indexer built on top of brk_parser.
|
||||
|
||||
> Status: ⚠️
|
||||
|
||||
`brk_logger`
|
||||
|
||||
A clean logger used in the Bitcoin Research Kit.
|
||||
|
||||
> Status: ✅
|
||||
|
||||
`brk_parser`
|
||||
|
||||
A very fast Bitcoin Core block parser and iterator built on top of bitcoin-rust.
|
||||
|
||||
> Status: ✅
|
||||
|
||||
`brk_server`
|
||||
|
||||
A server that serves Bitcoin data and swappable front-ends, built on top of brk_indexer, brk_fetcher and brk_computer.
|
||||
|
||||
> Status: ⚠️
|
||||
|
||||
`hodor`
|
||||
|
||||
Hold the door, an exit blocker built on top of ctrlc.
|
||||
|
||||
> Status: ✅
|
||||
|
||||
`storable_vec`
|
||||
|
||||
A very small, fast, efficient and simple storable Vec.
|
||||
|
||||
> Status: ✅
|
||||
|
||||
## Old README
|
||||
|
||||
[**kibō**](https://kibo.money) (_hope_ in japanese) is primarily an open source Bitcoin Core data extractor and visualizer (similar to [Glassnode](https://glassnode.com)) which goal is to empower anybody with data about Bitcoin for free.
|
||||
|
||||
The project is split in 3 parts:
|
||||
@@ -25,13 +94,11 @@ If you are a user of [mempool.space](https://mempool.space), you'll find this to
|
||||
|
||||
## Instances
|
||||
|
||||
| URL | Type | Version | Status | Last Height | Up Time Ratio |
|
||||
| URL | Front-end | Version | Status | Last Height | Up Time Ratio |
|
||||
| ------------------------------------------------ | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| [kibo.money](https://kibo.money) | Main |  |  |  |  |
|
||||
| [backup.kibo.money](https://backup.kibo.money) | Backup |  |  |  |  |
|
||||
| [preview.kibo.money](https://preview.kibo.money) | Dev |  |  |  |  |
|
||||
| [kibo.money](https://kibo.money) | kibo.money |  |  |  |  |
|
||||
|
||||
Please open an issue if you want to add another instance
|
||||
Feel free to open an issue if you want to add another instance
|
||||
|
||||
## Endpoints
|
||||
|
||||
@@ -48,16 +115,6 @@ Please open an issue if you want to add another instance
|
||||
- [/api/date-to-close.csv?chunk=2009](https://kibo.money/api/date-to-close.csv?chunk=2009)
|
||||
- [/api/date-to-close.csv?all=true](https://kibo.money/api/date-to-close.csv?all=true)
|
||||
|
||||
## Roadmap
|
||||
|
||||
- **More Datasets/Charts**
|
||||
- **Simulations**
|
||||
- **Nostr integration**
|
||||
- **API Documentation**
|
||||
- **Descriptions**
|
||||
- **Docker support**
|
||||
- **Start9 support**
|
||||
|
||||
## Setup
|
||||
|
||||
### Requirements
|
||||
|
||||
Reference in New Issue
Block a user