# Chainlink Solidity Package

![Copy contracts](https://github.com/smartcontractkit/contracts/workflows/Copy%20contracts/badge.svg?branch=master)

This repo is comprised of Solidity smart contracts and compiled ABIs from [smartcontractkit/chainlink](https://github.com/smartcontractkit/chainlink).

## Installation

```sh
# via Yarn
$ yarn add chainlink-solidity

# via npm
$ npm install chainlink-solidity --save
```
