Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 371 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 371 Bytes

MOD (Mark O'Dowd) Token

MOD Token is a ERC20 Token

How to test & deploy

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