Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@celo/abis) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Celo core contracts ABIS
Smart contracts ABIS for the Celo protocol.
Usage
Installation
npm install @celo/abis
or
yarn add @celo/abis
In your javascript or ts
// json abi
import Accounts from '@celo/abis/Accounts.json'
// ethers
import { Accounts } from '@celo/abis/types/ethers'
// web3
import Accounts from '@celo/abis/types/web3/Accounts'
// wagmi
import Accounts from '@celo/abis/types/wagmi/Accounts'
License
All packages are licensed under the terms of the Apache 2.0 License unless otherwise specified in the LICENSE file at package's root.