@chainlink/abi

Chainlink compiled ABIs

Usage no npm install needed!

<script type="module">
  import chainlinkAbi from 'https://cdn.skypack.dev/@chainlink/abi';
</script>

README

Chainlink ABIs

This repo is comprised of compiled Chainlink Solidity smart contracts from smartcontractkit/chainlink.

Installation

# via Yarn
$ yarn add @chainlink/abi

# via npm
$ npm install @chainlink/abi --save

Usage

If you wanted to consume the v0.6.x version of our Oracle smart contract abi, do the following:

const Oracle = require('@chainlink/abi/v0.6/Oracle.json')