hardhat
A development environment for Ethereum software.
=> More information.
- List available subcommands (or create a new project if no configuration exists):
hardhat
- Compile the current project and build all artifacts:
hardhat compile
- Run a user-defined script after compiling the project:
hardhat run {path/to/script.js}
hardhat test
- Run all given test files:
hardhat test {path/to/file1.js} {path/to/file2.js}
- Start a local Ethereum JSON-RPC node for development:
hardhat node
- Start a local Ethereum JSON-RPC node with a specific hostname and port:
hardhat node --hostname {hostname} --port {port}
- Clean the cache and all artifacts:
hardhat clean
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/hardhat.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 103.898847 milliseconds
- Gemini-to-HTML Time
- 1.004068 milliseconds
This content has been proxied by September (ba2dc).