August
  • 👋Introduction
  • 🎦Protocol Overview
  • 🪙Token & Tokenomics
  • Using August
    • 🚄TWAP
  • Smart Contracts
    • 🚥Risks and Audits
    • 🔗Contract Addresses
  • Developers
    • 📦Javascript SDK
      • 🤽Lending Pools
      • ⚡Utilities
      • 🔤Types
      • 📜ABI's
    • 🔮Subgraphs
  • Legal
    • 🗒️Legal
      • Terms of Service
      • Privacy Policy
      • Cookie Policy
  • Community
    • Home Page
    • X
Powered by GitBook
On this page
  1. Developers
  2. Javascript SDK

ABI's

This package contains all August Digital smart contract ABI's as well as other common ABI's like a standard token ERC20 ABI.

PreviousTypesNextSubgraphs

Last updated 9 months ago

Installation

Install the package in your project directory with:

npm install @augustdigital/abis

You can import individual methods and constants from the utilities package with the following:

import { <ABI> } from '@augustdigital/abis';

or the CommonJS way:

const augustAbis from '@augustdigital/abis';
📦
📜
Logonpm: @augustdigital/abisnpm