npx hardhat compile
npx hardhat test
npx hardhat node
npx hardhat run --network rinkeby scripts/deploy.js
npx hardhat verify --network rinkeby "address-of-contract" "Constructor argument 1"
npx hardhat console --network localhost
npx hardhat compile
npx hardhat test
npx hardhat node
npx hardhat run --network rinkeby scripts/deploy.js
npx hardhat verify --network rinkeby "address-of-contract" "Constructor argument 1"
npx hardhat console --network localhost