1.0.9 • Published 5 years ago

@jpgonzalezra/abi-wrappers v1.0.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 years ago

@ripio/abi-wrappers

Low-level RCN diaspore smart contract wrappers generated using @0x/abi-gen with custom diaspore template. These low-level wrappers are imported by other packages and application developers are not expected to import this package directly.

Installation

yarn add @ripio/abi-wrappers

Import

import * as wrappers from '@ripio/abi-wrappers';

or

var wrappers = require('@ripio/abi-wrappers');

Contributing

We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.

Install dependencies

If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them:

yarn config set workspaces-experimental true

Then install dependencies

yarn install

Build

To build this package run the following from root directory:

yarn pre_build && yarn build