@0x/web3-wrapper

v8.0.1
Wraps around web3 and gives a nicer interface

fix

tslint --fix --format stylish --project .

lint

tslint --format stylish --project .

test

yarn run_mocha

build

tsc -b

clean

shx rm -rf lib generated_docs

docs:md

ts-doc-gen --sourceDir='$PROJECT_FILES' --output=$MD_FILE_DIR --fileExtension=mdx --tsconfig=./typedoc-tsconfig.json

build:ci

yarn build

diff_docs

git diff --exit-code ./docs

docs:json

typedoc --excludePrivate --excludeExternals --excludeProtected --ignoreCompilerErrors --target ES5 --tsconfig typedoc-tsconfig.json --json $JSON_FILE_PATH $PROJECT_FILES

run_mocha

mocha --require source-map-support/register --require make-promises-safe lib/test/**/*_test.js --bail --exit

test:circleci

yarn test:coverage

test:coverage

nyc npm run test --all && yarn coverage:report:lcov

rebuild_and_test

run-s clean build test

watch_without_deps

tsc -w

coverage:report:lcov

nyc report --reporter=text-lcov > coverage/lcov.info
npm i @0x/web3-wrapper

Metadata

Downloads