Hardhat Commands
npx hardhat accounts
npx hardhat compile
npx hardhat test
npx hardhat run scripts/run.js // run a specific script
npx hardhat node // run a local Ethereum network that stays alive
npx hardhat run scripts/deploy.js --network localhost
npx hardhat run scripts/deploy.js --network rinkeby
Frontend Project: https://github.com/abbylow/buildspace-solidity-frontend