Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 287 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 287 Bytes

Bitcoin proxy object

Installation

npm i bpo

Usage

import bpo from "bpo";

let bc = bpo({
  host: "localhost",
  port: 18443,
  username: "rpcuser",
  password: "rpcpass",
  wallet: "wallet",
});

console.log(await bc.getBlockCount());