# bclient

> Bcoin node and wallet client

Latest version **0.1.7** (published 2019-03-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install bclient
pnpm add bclient
yarn add bclient
bun add bclient
```

Provides the commands `bcoin-cli`, `bwallet-cli`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.7 |
| Published | 2019-03-21 |
| First published | 2017-10-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 3 |
| Unpacked size | 48.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 12 |
| Author | Christopher Jeffrey |
| Maintainers | chjj |
| Keywords | http, request, socket.io, websockets |

## Links

- npm: https://www.npmjs.com/package/bclient
- Repository: https://github.com/bcoin-org/bclient
- Issues: https://github.com/bcoin-org/bclient/issues
- npm.io page: https://npm.io/package/bclient

## Dependencies (3)

- [bcfg](https://npm.io/package/bcfg.md) ~0.1.6
- [bcurl](https://npm.io/package/bcurl.md) ~0.1.6
- [bsert](https://npm.io/package/bsert.md) ~0.0.10

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 0.1.7 (latest) — 2019-03-21
- 0.1.6 — 2019-01-22
- 0.1.5 — 2018-11-29
- 0.1.4 — 2018-09-29
- 0.1.3 — 2018-07-19
- 0.1.2 — 2018-07-19
- 0.1.1 — 2018-07-12
- 0.1.0 — 2018-06-08
- 0.0.2 — 2018-03-12
- 0.0.1 — 2017-12-29
- 0.0.0 — 2017-10-18

## README

# bclient

REST and RPC clients for bcoin.

## Usage

``` js
const {NodeClient, WalletClient} = require('bclient');
```

## Contribution and License Agreement

If you contribute code to this project, you are implicitly allowing your code
to be distributed under the MIT license. You are also implicitly verifying that
all code is your original work. `</legalese>`

## License

- Copyright (c) 2017, Christopher Jeffrey (MIT License).

See LICENSE for more info.

---
_Source: https://npm.io/package/bclient · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
