hardhat
Ethereum development environment
Subcommands
Name | Description |
---|---|
accounts | Prints the list of accounts |
check | Check whatever you need |
clean | Clears the cache and deletes all artifacts |
compile | Compiles the entire project, building all artifacts |
console | Opens a hardhat console |
flatten | Flattens and prints contracts and their dependencies |
help | Prints this message |
node | Starts a JSON-RPC server on top of Hardhat Network |
run | Runs a user-defined script after compiling the project |
test | Runs mocha tests |
Options
Name | Description |
---|---|
config | A Hardhat config file |
--emoji | Use emoji in messages |
--max-memory | The maximum amount of memory that Hardhat can use |
--help [task] | Shows the help text or task's help if name is provided |
--network | The network to connect to |
---show-stack-traces | Show stack traces |
--verbose | Enables Hardhat verbose logging |
--version | Shows hardhat's version |