# bifcore-sdk-nodejs

> bifcore sdk nodejs

Latest version **1.0.9** (published 2024-03-28) · Apache license · 0 weekly downloads

## Install

```sh
npm install bifcore-sdk-nodejs
pnpm add bifcore-sdk-nodejs
yarn add bifcore-sdk-nodejs
bun add bifcore-sdk-nodejs
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.9 |
| Published | 2024-03-28 |
| First published | 2021-12-27 |
| Weekly downloads | 0 |
| License | Apache |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 20 |
| Unpacked size | 5.4 MB |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 5 |
| Author | caict |
| Maintainers | caict |
| Keywords | bifcore-sdk-nodejs |

## Links

- npm: https://www.npmjs.com/package/bifcore-sdk-nodejs
- Repository: https://github.com/caict-4iot-dev/BIF-Core_SDK-JS
- Homepage: https://github.com/caict-4iot-dev/BIF-Core_SDK-JS#readme
- Issues: https://github.com/caict-4iot-dev/BIF-Core_SDK-JS/issues
- npm.io page: https://npm.io/package/bifcore-sdk-nodejs

## Dependencies (20)

- [ajv](https://npm.io/package/ajv.md) ^8.0.1
- [long](https://npm.io/package/long.md) ^4.0.0
- [bip32](https://npm.io/package/bip32.md) ^2.0.6
- [bip39](https://npm.io/package/bip39.md) ^3.1.0
- [sha256](https://npm.io/package/sha256.md) ^0.2.0
- [brdc-sjcl](https://npm.io/package/brdc-sjcl.md) ^1.0.9
- [crypto-js](https://npm.io/package/crypto-js.md) ^3.1.9-1
- [ajv-errors](https://npm.io/package/ajv-errors.md) ^3.0.0
- [is-type-of](https://npm.io/package/is-type-of.md) ^1.4.0
- [co-wrap-all](https://npm.io/package/co-wrap-all.md) ^1.0.0
- [json-bigint](https://npm.io/package/json-bigint.md) ^1.0.0
- [randombytes](https://npm.io/package/randombytes.md) ^2.1.0
- [bignumber.js](https://npm.io/package/bignumber.js.md) ^9.0.0
- [brdc-sm-crypto](https://npm.io/package/brdc-sm-crypto.md) ^0.3.7
- [tiny-secp256k1](https://npm.io/package/tiny-secp256k1.md) ^2.2.3
- [google-protobuf](https://npm.io/package/google-protobuf.md) ^3.21.2
- [request-promise](https://npm.io/package/request-promise.md) ^4.2.2
- [eslint-plugin-vue](https://npm.io/package/eslint-plugin-vue.md) ^9.17.0
- [merge-descriptors](https://npm.io/package/merge-descriptors.md) ^1.0.1
- [bitfactory-js-hd-key](https://npm.io/package/bitfactory-js-hd-key.md) ^1.0.0

## Recent versions

- 1.0.9 (latest) — 2024-03-28
- 1.0.8 — 2024-01-16
- 1.0.7 — 2023-11-20
- 1.0.6 — 2023-08-29
- 1.0.4 — 2022-04-22
- 1.0.3 — 2022-01-10
- 1.0.0 — 2021-12-27

## README

bifcore-sdk-nodejs
=======

Let developers can all use bifcore services more easily.


## Installation

This is a [Node.js](https://nodejs.org/en/) module available through the
[npm registry](https://www.npmjs.com/).

Before installing, [download and install Node.js](https://nodejs.org/en/download/).
Node.js 6.0.0 or higher is required.

Installation is done using the
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):

```bash
$ npm install bifcore-sdk-nodejs --save
```


## Quick Start

  Create bifcore-sdk-nodejs instance:

```js
'use strict' 

const BIFCoreSDK = require('bifcore-sdk-nodejs');

const sdk = new BIFCoreSDK({
  host: 'http://test.bifcore.bitfactory.cn'
});

```


## Tests

  To run the test suite, first install the dependencies, then run `npm test`:

```bash
$ npm install
$ npm test
```

## Docs

  * [Documentation](doc/BIFCore-SDK-Nodejs.md)

## License

[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)

版权所有 2021 中国信息通信研究院工业互联网与物联网研究所

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