@webb-tools/contracts

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

compile

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

compile:contracts

yarn run clean && yarn run build:contracts

build:library

tsc -p tsconfig.build.json

copy:declarations

copyfiles -f ./typechain/*.d.ts ./lib

build

exit 0

clean

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

test

npx hardhat test

test:parallel

npx hardhat test --parallel

build:contracts

npx hardhat compile

test:gas-reporter

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

Metadata

Downloads