mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
website: snapshot
This commit is contained in:
8
website/scripts/client.js
Normal file
8
website/scripts/client.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { BrkClient } from "./modules/brk-client/index.js";
|
||||
|
||||
// const brk = new BrkClient("https://next.bitview.space");
|
||||
const brk = new BrkClient("/");
|
||||
|
||||
console.log(`VERSION = ${brk.VERSION}`);
|
||||
|
||||
export { brk };
|
||||
Reference in New Issue
Block a user