cp .env-sample .env
npx hardhat test test/feature.js
npx hardhat test test/feature-erc20.js
npx hardhat run scripts/feature-deploy.js --network <network>
npx hardhat run scripts/centralized-appealable-arbitrator-deploy.js --network <network>
npx hardhat clean
npx hardhat verify --network <network> <smart contract address> <Argument1...>
npx hardhat test --logs