1.0.4 • Published 2 years ago

bpo v1.0.4

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

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago