1.0.4 • Published 3 years ago

bpo v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years 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

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago