# bsp-network

> SDK for writing node.js applications to interact with bsp network. This package encapsulates the APIs to connect to a bsp network, submit transactions and perform queries against the ledger.

Latest version **0.0.9** (published 2022-01-11) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install bsp-network
pnpm add bsp-network
yarn add bsp-network
bun add bsp-network
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.9 |
| Published | 2022-01-11 |
| First published | 2021-10-01 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | ^10.15.3 \|\| ^12.13.1 |
| Dependencies | 8 |
| Unpacked size | 749.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | wcjeong |
| Maintainers | wcjeong |
| Keywords | hyperledger, blockchain, bsp |

## Links

- npm: https://www.npmjs.com/package/bsp-network
- Repository: https://github.com/hyperledger/bsp-sdk-node
- Homepage: https://sslab.postech.ac.kr
- Issues: https://github.com/hyperledger/bsp-sdk-node/issues
- npm.io page: https://npm.io/package/bsp-network

## Dependencies (8)

- [long](https://npm.io/package/long.md) ^4.0.0
- [nano](https://npm.io/package/nano.md) ^8.1.0
- [js-yaml](https://npm.io/package/js-yaml.md) ^4.1.0
- [winston](https://npm.io/package/winston.md) ^2.4.0
- [fs-extra](https://npm.io/package/fs-extra.md) ^8.1.0
- [fabric-common](https://npm.io/package/fabric-common.md) latest-2.1
- [google-protobuf](https://npm.io/package/google-protobuf.md) ^3.18.0
- [fabric-ca-client](https://npm.io/package/fabric-ca-client.md) latest-2.1

## Recent versions

- 0.0.9 (latest) — 2022-01-11
- 0.0.3 (latest-2.1) — 2021-10-04
- 0.0.5 — 2021-10-04
- 0.0.4 — 2021-10-04
- 0.0.2 — 2021-10-04
- 0.0.1 — 2021-10-01

## README

## Hyperledger Fabric Client for Node.js

SDK for writing node.js applications to interact with [Hyperledger Fabric](http://hyperledger-fabric.readthedocs.io/en/latest/).

This package encapsulates the APIs to connect to a Fabric network, submit transactions and perform queries against the ledger, and listen for or replay events.

Additional packages are also provided:
1. `fabric-ca-client`, to interact with the fabric-ca to manage user certificates.
2. `fabric-common`, encapsulates the common code used by all fabric-sdk-node packages supporting fine grain interactions with the Fabric network to send transaction invocations.
3. `fabric-protos`, encapsulates the Protocol Buffer files and generated JavaScript classes for Hyperledger Fabric.

For application developer documentations, please visit [hyperledger.github.io/fabric-sdk-node/](https://hyperledger.github.io/fabric-sdk-node/)

<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.

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