@bitgo/smart-contracts

v2.4.0
A library to build Ethereum smart contract function calls.

test

mocha --exit -r ts-node/register --timeout 100000 --recursive 'test/**/*.ts'

build

npm run build-ts && webpack --config webpack.config.js

build-ts

tsc

lint

TIMING=1 eslint --ignore-pattern dist/ --ext .ts --cache .

lint-fix

TIMING=1 eslint --fix --ignore-pattern dist/ --ext .ts --cache .

prepublishOnly

npm run build
npm i @bitgo/smart-contracts

Metadata

Downloads