@0x/contracts-utils

v4.8.45
Smart contract utils of 0x protocol

fix

eslint --fix src test

lint

eslint src test

test

yarn run_mocha

build

yarn pre_build && tsc -b

clean

shx rm -rf lib test/generated-artifacts test/generated-wrappers generated-artifacts generated-wrappers

watch

sol-compiler -w

compile

sol-compiler

test:ci

yarn test

build:ci

yarn build

pre_build

run-s compile contracts:gen generate_contract_wrappers contracts:copy

run_mocha

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

test:trace

SOLIDITY_REVERT_TRACE=true run-s build run_mocha

contracts:gen

contracts-gen generate

contracts:copy

contracts-gen copy

rebuild_and_test

run-s build test

profiler:report:html

istanbul report html && open coverage/index.html

generate_contract_wrappers

abi-gen --debug --abis ${npm_package_config_abis} --output test/generated-wrappers --backend ethers
npm i @0x/[email protected]

Metadata

Downloads