hardhat

v2.12.8-viair.0
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 test/internal/hardhat-network/provider/.hardhat_node_test_cache

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"

prepublishOnly

yarn build

test:except-tracing

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

Metadata

  • MIT
  • >=14.0.0
  • Nomic Labs LLC
  • released 2/14/2023

Downloads