docs: update generated docs

This commit is contained in:
nym21
2026-01-25 13:42:24 +01:00
parent 36b56a400c
commit cef03c495f
357 changed files with 2401 additions and 2208 deletions

View File

@@ -6,6 +6,8 @@
JavaScript/TypeScript client for the [Bitcoin Research Kit](https://github.com/bitcoinresearchkit/brk) API.
Zero dependencies.
[npm](https://www.npmjs.com/package/brk-client) | [API Reference](https://github.com/bitcoinresearchkit/brk/blob/main/modules/brk-client/docs/globals.md)
## Installation
@@ -14,6 +16,8 @@ JavaScript/TypeScript client for the [Bitcoin Research Kit](https://github.com/b
npm install brk-client
```
Or just copy [`index.js`](globals.md) into your project - it's a single file with no dependencies.
## Quick Start
```javascript