Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 235 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 235 Bytes

Hardhat

Compile

npx hardhat compile

Run Node

npx hardhat node --network hardhat

Deploy

npx hardhat run --network localhost scripts/deploy.ts

Accounts + balances

npx hardhat accounts --network localhost