# Dataswap Core ABIs

This repo is comprised of compiled Dataswap Solidity smart contracts from [dataswap/core](https://github.com/dataswap/core).

## Installation

```sh
# via Yarn
$ yarn add @dataswapcore/abi

# via npm
$ npm install @dataswapcore/abi --save
```

## Usage

If you wanted to consume the v0.1.x version of our `Datasets` smart contract abi, do the following:

```javascript
const Datasets = require('@dataswapcore/abi/v0.1/module/dataset/Datasets.json')
```
