@augustdigital/vaults
v4.1.0-alpha
Published
JS SDK for web3 interactions with the August Digital Lending Pools
Downloads
202
Readme
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
import { SOME_VAR } from '@augustdigital/vaults';or the commonly used methods and variables that are directly exported from the default class
import AugustPoolsSDK from '@augustdigital/vaults';
new AugustPoolsSDK(config).some_method();