Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

PolymathNetwork/polymath-abi-wrappers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

016f858 · Sep 10, 2019
Aug 20, 2019
Jul 19, 2019
Jan 8, 2019
Aug 20, 2019
Jun 24, 2019
Jul 19, 2019
Sep 10, 2019
Jul 19, 2019
Sep 10, 2019
Aug 16, 2019
Sep 10, 2019
Sep 10, 2019
Jan 11, 2019
Jan 4, 2019
Sep 2, 2019

Repository files navigation

@polymathnetwork/abi-wrappers

Greenkeeper badge

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

Installation

yarn add @polymathnetwork/abi-wrappers

Import

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

or

var wrappers = require('@polymathnetwork/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