website: snapshot

This commit is contained in:
nym21
2026-01-24 19:22:03 +01:00
parent 9b706dfaee
commit 7cdf47a9e4
33 changed files with 3031 additions and 2132 deletions

View File

@@ -2,6 +2,8 @@
Python client for the [Bitcoin Research Kit](https://github.com/bitcoinresearchkit/brk) API.
Requires Python 3.9+. Zero dependencies.
[PyPI](https://pypi.org/project/brk-client/) | [API Reference](https://github.com/bitcoinresearchkit/brk/blob/main/packages/brk_client/DOCS.md)
## Installation
@@ -12,6 +14,8 @@ pip install brk-client
uv add brk-client
```
Or just copy [`brk_client/__init__.py`](./brk_client/__init__.py) into your project - it's a single file with no dependencies.
## Quick Start
```python