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.
yarn add @polymathnetwork/abi-wrappersImport
import * as wrappers from '@polymathnetwork/abi-wrappers';or
var wrappers = require('@polymathnetwork/abi-wrappers');We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.
If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them:
yarn config set workspaces-experimental trueThen install dependencies
yarn installTo build this package run the following from root directory:
yarn pre_build && yarn build