@polymathnetwork/contract-wrappers

v2.1.0-beta.3
Smart TS wrappers for Polymath smart contracts
polymath ethereum

docs

typedoc --excludePrivate --excludeExternals --exclude node_modules/ --name 'Polymath API' --target ES5 --module commonjs --tsconfig typedoc-tsconfig.json --out docs/ src/

lint

tslint --format stylish --project . --exclude **/lib/**/*

build

webpack

clean

shx rm -rf lib docs

start

webpack-dev-server --config=webpack.config.dev.js

build:ci

yarn build
npm i @polymathnetwork/[email protected]

Metadata

Downloads