git clone
cd arb_traitoors
npm install
npm run devnpx hardhat testnpx hardhat clean
npx hardhat compile
npx hardhat run --network localhost scripts/deploy.jsThen take the contract address output by the deployment to verify the contract.
npx hardhat verify --network arbitrumGoerli --constructor-args scripts/arguments.js <contract address>Networks for etherscan
npx hardhat verify --list-networksarbitrumOne │ 42161
arbitrumGoerli │ 421613