Run tests npm install contract compile npx hardhat compile contract test npx hardhat test Deployment and verify (on bsc testnet) Copy .env.example to .env and update needed credentials npx hardhat run --network bsctestnet scripts/deploy_contracts.js npx hardhat verify --network bsctestnet <deployed contract address>