๐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.
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';
Last updated