mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
global: snapshot
This commit is contained in:
5
modules/brk-client/tests/basic.js
Normal file
5
modules/brk-client/tests/basic.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { BrkClient } from "../index.js";
|
||||
|
||||
let client = new BrkClient("http://localhost:3110");
|
||||
|
||||
let blocks = await client.getBlocks();
|
||||
Reference in New Issue
Block a user