UNPKG

@augustdigital/pools

Version:

External services interactions

24 lines (14 loc) 559 B
# August Digital Pools 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/pools'; ``` or the commonly used methods and variables that are directly exported from the default class ```javascript import AugustPoolsSDK from '@augustdigital/pools'; new AugustPoolsSDK(config).some_method(); ```