1.0.4 • Published 1 year ago

bpo v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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());
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago