UNPKG

@arcblock/sdk-util

Version:

Helpers and utilities shared across ArcBlock Javascript SDK

47 lines (32 loc) 1.45 kB
![sdk-util](https://www.arcblock.io/.netlify/functions/badge/?text=sdk-util) [![build status](https://img.shields.io/travis/ArcBlock/ocap-javascript-sdk.svg)](https://travis-ci.org/ArcBlock/ocap-javascript-sdk) [![code coverage](https://img.shields.io/codecov/c/github/ArcBlock/ocap-javascript-sdk.svg)](https://codecov.io/gh/ArcBlock/ocap-javascript-sdk) [![code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![made with lass](https://img.shields.io/badge/made_with-lass-95CC28.svg)](https://lass.js.org) [![license](https://img.shields.io/github/license/ArcBlock/ocap-javascript-sdk.svg)](LICENSE) > Utilities and helpers shared across ArcBlock Javascript SDK ## Table of Contents - [Table of Contents](#Table-of-Contents) - [Install](#Install) - [Usage](#Usage) - [Contributors](#Contributors) - [License](#License) ## Install ```sh npm install @arcblock/sdk-util // or yarn add @arcblock/sdk-util ``` ## Usage ```js const BaseClient = require('@arcblock/sdk-util'); ``` Checkout our test file for more use case. ## Contributors | Name | Website | | -------------- | -------------------------- | | **wangshijun** | <https://ocap.arcblock.io> | - wangshijun ## License [MIT](LICENSE) © [ArcBlock](https://www.arcblock.io)