Skip to main content

Command Palette

Search for a command to run...

Blockchain Ethereum Developer HardHat Guide

Published
1 min read
Blockchain Ethereum Developer HardHat Guide

Ethereum development environment for professionals

https://hardhat.org/

Install HardHat

npm install hardhat

npx hardhat

Install Open Zeppelin Dependencies

npm install @openzeppelin/contracts

Compile

npx hardhat compile

npm install @nomiclabs/hardhat-etherscan

Deploy Test

npx hardhat run scripts/deploy.js — network rinkeby

Verify Smart Contract

npx hardhat verify