@dataswapcore/abi
v0.1.3
Published
This repo is comprised of compiled Dataswap Solidity smart contracts from dataswap/core.
Downloads
13
Readme
Dataswap Core ABIs
This repo is comprised of compiled Dataswap Solidity smart contracts from dataswap/core.
Installation
# 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:
const Datasets = require('@dataswapcore/abi/v0.1/module/dataset/Datasets.json')