# `@ubeswap/token-math`

[![Unit Tests](https://github.com/Ubeswap/token-math/workflows/Unit%20Tests/badge.svg)](https://github.com/Ubeswap/token-math/actions?query=workflow%3A%22Unit+Tests%22)
[![Lint](https://github.com/Ubeswap/token-math/workflows/Lint/badge.svg)](https://github.com/Ubeswap/token-math/actions?query=workflow%3ALint)
[![npm version](https://img.shields.io/npm/v/@ubeswap/token-math/latest.svg)](https://www.npmjs.com/package/@ubeswap/token-math/v/latest)
[![npm bundle size (scoped version)](https://img.shields.io/bundlephobia/minzip/@ubeswap/token-math/latest.svg)](https://bundlephobia.com/result?p=@ubeswap/token-math@latest)

Math utilities for handling currency and token amounts backed by integers.

## Local Development

```
yarn install
yarn prepare
yarn build
```

## License

MIT
