polymathjs

v0.3.0
<a href="https://t.me/polymathnetwork"><img src="https://img.shields.io/badge/50k+-telegram-blue.svg" target="_blank"></a>

start-lint

esw -w --fix src

lint

eslint --fix src

typecheck

flow

precommit

lint-staged && npm run typecheck

contracts

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

tconsole

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

build

babel src --out-dir dist

prepublish

npm run build

Metadata

Downloads