# August Digital Vaults

This repo serves as the JS SDK for all things August Digital lending pools including read and write functions for the lending pools.

## Available Methods and Variables

#### In-progress

## Usage

You can either use stand-alone exported methods and variables

```javascript
import { SOME_VAR } from '@augustdigital/vaults';
```

or the commonly used methods and variables that are directly exported from the default class

```javascript
import AugustPoolsSDK from '@augustdigital/vaults';

new AugustPoolsSDK(config).some_method();
```
