polymath.js_v2

v0.2.9
TODO Update

start-lint

esw -w --fix src

lint

eslint --fix src

typecheck

flow

precommit

lint-staged && npm run typecheck

contracts

cd node_modules/polymath-core_v2 && yarn && node node_modules/truffle/build/cli.bundled.js migrate --reset --all --network development

tconsole

cd node_modules/polymath-core_v2 && yarn && node node_modules/truffle/build/cli.bundled.js console

build

babel src --out-dir dist

prepublish

npm run build

Metadata

Downloads

Maintainers