Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 215 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 215 Bytes

Using hardhat to write a contract for coin or token transfer

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help