JSPM

hardhat

3.0.12
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 266505
  • Score
    100M100P100Q174052F
  • License MIT

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

Package Exports

  • hardhat
  • hardhat/config
  • hardhat/console.sol
  • hardhat/hre
  • hardhat/internal/coverage
  • hardhat/internal/gas-analytics
  • hardhat/internal/lsp-helpers
  • hardhat/plugins
  • hardhat/types/arguments
  • hardhat/types/artifacts
  • hardhat/types/config
  • hardhat/types/global-options
  • hardhat/types/hooks
  • hardhat/types/hre
  • hardhat/types/network
  • hardhat/types/plugins
  • hardhat/types/providers
  • hardhat/types/solidity
  • hardhat/types/tasks
  • hardhat/types/test
  • hardhat/types/user-interruptions
  • hardhat/types/utils
  • hardhat/utils/contract-names

Readme

Hardhat is an Ethereum development environment for professionals. It facilitates performing frequent tasks, such as running tests, automatically checking code for mistakes or interacting with a smart contract.

Built by the Nomic Foundation for the Ethereum community.

Getting started

To install Hardhat and initialize a new project, run the following commands in an empty directory:

npx hardhat --init

This will take you through an interactive setup process to get started.

Learn more

To learn more about Hardhat, check out the documentation.