JSPM

@celo/abis

10.0.0-beta.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 20889
  • Score
    100M100P100Q147505F
  • License LGPL-3.0

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.