@augustdigital/sdk
TypeScript icon, indicating that this package has built-in type declarations

2.6.1 • Public • Published

August Digital SDK

This repo serves as the JS SDK powering the August Digital ecosystem that can easily be used in your web app.

** Note: there is not much logic found in this repo. Simply a centralized location that exports all other packages' logic. **

Available Modules

This repo, by default, exports the SDK class in addition to other helpful, stand-alone methods and variables that are commonly used.

The default exported class is primarily used to fetch data respective to your initialization configuration.

Other stand-alone methods and variables are also exported including all items from "@augustdigital/utils". Additionally, all ABIs and interfaces are exported from here with "ABI_" and "I" prefixes.

Usage

Default exported class initialization and then fetching a lending pool:

import AugustDigitalSDK from '@augustdigital/sdk';

await new AugustDigitalSDK(config).pools.getPool(POOL_ADDRESS);

Package Sidebar

Install

npm i @augustdigital/sdk

Weekly Downloads

917

Version

2.6.1

License

MIT

Unpacked Size

9.01 kB

Total Files

11

Last publish

Collaborators

  • dipanshuraz2
  • krishnaaugust
  • angello-in-august