# chain
**Repository Path**: kevinzdp/chain
## Basic Information
- **Project Name**: chain
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-10-16
- **Last Updated**: 2021-10-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://travis-ci.org/BXBPlatform/bxb-js)
[](http://github.com/BXBPlatform)
[](http://BXBPlatform.mit-license.org)
[](https://www.npmjs.org/package/bxb-js)
[](https://www.npmjs.org/package/bxb-js)
- - -
# BXB Javascript Library
## Install
```
npm install bxb-js
```
## Import
CommonJS
```
var BxbJS = require('bxb-js');
```
Front end
```
# or
console.log(window.BxbJS)
```
## Usage
Please reference the [bxb http interface documents](https://github.com/BXBPlatform/bxb-docs/blob/master/bxb_http_interface.md)