hardhat

Ethereum 소프트웨어 개발 환경. 더 많은 정보: https://hardhat.org/hardhat-runner/docs/getting-started#quick-start.

hardhat

hardhat compile

hardhat run {{경로/대상/스크립트.js}}

hardhat test

hardhat test {{경로/대상/파일1.js}} {{경로/대상/파일2.js}}

hardhat node

hardhat node --hostname {{호스트명}} --port {{포트}}

hardhat clean