Smart contract compilation artifacts for Polymath v2.1.0.
yarn add polymath-core-artifacts
Import
import * as artifacts from 'polymath-core-artifacts';
or
var artifacts = require('polymath-core-artifacts');
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 true
Then install dependencies
yarn install
To build this package run the following from root directory:
yarn build
yarn clean
yarn lint