@xchainjs/xchain-util
Version:
Helper utilities for XChain clients
30 lines (20 loc) • 755 B
Markdown
# `@xchainjs/xchain-util`
Utility helpers for XChain clients
## Modules (in alphabetical order)
- `asset` - Utilities for handling assets
- `async` - Utilities for `async` handling
- `bn` - Utilities for using `bignumber.js`
- `chain` - Utilities for multi-chain
- `string` - Utilities for strings
## Installation
```
yarn add @xchainjs/xchain-util
```
The following peer dependencies have to be installed into your project. These are not included in `@xchainjs/xchain-util`.
```
yarn add bignumber.js
```
## Documentation
### [`xchain util`](http://docs.xchainjs.org/xchain-util/)
[`How xchain-util works`](http://docs.xchainjs.org/xchain-util/how-it-works.html)\
[`How to use xchain-util`](http://docs.xchainjs.org/xchain-util/how-to-use.html)