UNPKG

gxb-js-sdk

Version:

GXB JS-SDK is a web development kit based on BlockCity for web developers.

20 lines (13 loc) 550 B
# gxb-js-sdk GXB JS-SDK is a web development kit based on BlockCity for web developers. By using the GXB 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/gxb-js-sdk-docs) ## Install ``` bash npm install gxb-js-sdk -save ``` ## Usage ``` bash import Gxb from 'gxb-js-sdk'; ```