gxchain-js-sdk
Version:
GXChain JS-SDK is a web development kit based on BlockCity for web developers.
20 lines (13 loc) • 578 B
Markdown
# gxchain-js-sdk
GXChain JS-SDK is a web development kit based on BlockCity for web developers.
By using the GXChain JS-SDK, web developers can use the capabilities of mobile phone systems such as photo, map, voice, location, etc. efficiently, and can directly use the unique capabilities of BlockCity such as sweeping and payment. Provide a better web experience for BlockCity users.
## Docs
[中文 zh-CN](https://gxchain.github.io/gxchain-js-sdk-docs)
## Install
``` bash
npm install gxchain-js-sdk -save
```
## Usage
``` bash
import GXChain from 'gxchain-js-sdk';
```