@polymathnetwork/contract-wrappers

v3.1.0
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

eslint ./src --ext .js,.ts

build

cross-env NODE_OPTIONS=--max_old_space_size=4096 webpack

clean

shx rm -rf lib docs

start

cross-env NODE_OPTIONS=--max_old_space_size=4096 webpack-dev-server --config=webpack.config.dev.js

commit

npx git-cz

build:ci

yarn build

lint:fix

eslint ./src --ext .js,.ts --fix

coveralls

jest --coverage && cat ./coverage/lcov.info | coveralls

build:analyze

cross-env NODE_OPTIONS=--max_old_space_size=4096 webpack --config=webpack.config.analyze.js

semantic-release

semantic-release
npm i @polymathnetwork/contract-wrappers

Metadata

Downloads