@webb-tools/contracts

v0.5.0
<h1 align="center">Webb Solidity Contracts</h1>

compile

yarn run clean && yarn run build:contracts

build

yarn run build:library

clean

rimraf -rf ./lib && rimraf -rf ./typechain && rimraf -rf ./cache && rimraf -rf ./artifacts

build:library

tsc -p tsconfig.build.json

test

npx hardhat test

build:contracts

npx hardhat compile

test:gas-reporter

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

Metadata

Downloads