hardhat

v2.20.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

pnpm prettier --check && pnpm 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 test/internal/hardhat-network/stack-traces/test-files/artifacts

eslint

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

pretest

cd ../.. && pnpm build

lint:fix

pnpm prettier --write && pnpm 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

  • MIT
  • Whatever
  • Nomic Labs LLC
  • released 2/15/2024

Downloads