@augustdigital/pools
v4.1.0-alpha
Published
External services interactions
Downloads
2,172
Keywords
Readme
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
import { SOME_VAR } from '@augustdigital/pools';or the commonly used methods and variables that are directly exported from the default class
import AugustPoolsSDK from '@augustdigital/pools';
new AugustPoolsSDK(config).some_method();