# Decimal Models

## Install

```bash
$ npm install decimal-models
```

## Publish

```bash
$ git commit -m "message"
$ npm version patch
$ git push
```
 
For detailed explanation on how things work, checkout the:
 
- [Decimal Chain docs](https://help.decimalchain.com/).
