New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bifcore-sdk-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bifcore-sdk-nodejs

bifcore sdk nodejs

latest
Source
npmnpm
Version
1.0.9
Version published
Maintainers
1
Created
Source

bifcore-sdk-nodejs

Let developers can all use bifcore services more easily.

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 6.0.0 or higher is required.

Installation is done using the npm install command:

$ npm install bifcore-sdk-nodejs --save

Quick Start

Create bifcore-sdk-nodejs instance:

'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:

$ npm install
$ npm test

Docs

  • Documentation

License

Apache-2.0

版权所有 2021 中国信息通信研究院工业互联网与物联网研究所

Keywords

bifcore-sdk-nodejs

FAQs

Package last updated on 28 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts