MOD Token is a ERC20 Token
1. create a `.env` file at the root of project and add keys (matching .env.example)
2. run `npm install` to install hardhat and required packages
3. run `npx hardhat test` to run unit tests
4. run `npx hardhat run ./scripts/deploy.ts --network sepolia` to deploy to sepolia network