hardhat

v2.6.1
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
ethereum smart-contracts hardhat blockchain dapps javascript tooling task-runner solidity and 1 more...

lint

yarn prettier --check && yarn eslint

test

mocha --recursive "test/**/*.ts"

build

tsc --build .

clean

rimraf builtin-tasks internal types utils *.d.ts *.map *.js build-test tsconfig.tsbuildinfo

eslint

eslint 'src/**/*.ts' 'test/**/*.ts'

lint:fix

yarn prettier --write && yarn eslint --fix

prettier

prettier "**/*.{js,md,json}"

test:forking

mocha --recursive "test/internal/hardhat-network/{helpers,jsonrpc,provider}/*.ts"

test:tracing

mocha --recursive "test/internal/hardhat-network/{helpers,stack-traces}/*.ts"

test:except-tracing

mocha --recursive "test/**/*.ts" --invert --grep "Stack traces"

Metadata

Downloads