7. Useful Commands

Compilation

npx hardhat compile

Clean Build Artifacts

npx hardhat clean

Check Network Connection

npx hardhat console --network luntraChain

Get Account Balance

npx hardhat run scripts/balance.js --network luntraChain

Last updated