mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
6 lines
135 B
JavaScript
6 lines
135 B
JavaScript
import { BrkClient } from "../index.js";
|
|
|
|
let client = new BrkClient("http://localhost:3110");
|
|
|
|
let blocks = await client.getBlocks();
|