@webb-tools/contracts

v1.0.4
<h1 align="center">Webb Solidity Contracts</h1>

build:contracts

npx hardhat compile

build:library

tsc -p tsconfig.build.json

compile

yarn compile:contracts && yarn build:library && yarn copy:declarations

compile:contracts

yarn run clean && yarn run build:contracts

copy:declarations

copyfiles -f ./typechain-types/*.d.ts ./dist

build

tsc -p tsconfig.build.json

clean

rimraf -rf ./dist && rimraf -rf ./typechain-types && rimraf -rf ./cache && rimraf -rf ./artifacts

test

npx hardhat test

test:parallel

npx hardhat test --parallel

test:gas-reporter

REPORT_GAS=true npx hardhat test --parallel
npm i @webb-tools/[email protected]

Metadata

Downloads