Hardhat
Compilation
npx hardhat compile
Out put from compilation
- cache
- artifacts
Tests
npx hardhat test
Debugging
import 'hardhat/console.sol';
Deployment
scripts/deploy.js
...
npx hardhat run scripts/deploy.js
Also
Local Network
npx hardhat node
Runs at http://localhost:8545