$ pnpm install
$ npx hardhat compile
# or
$ pnpm run compile
# Using Hardhat Network
$ npx hardhat run scripts/deploy.js
# or
$ pnpm run deploy
# Using Localhost Network
$ npx hardhat run scripts/deploy.js --network localhost
# or
$ pnpm run deploy:localhost