Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 914 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 914 Bytes

Use My erc20 - Delegatable

Test Coverage TS MIT license

Installation

Install the repo and dependencies by running:

yarn

Deployment

These contracts can be deployed to a network by running:

yarn deploy <networkName>

Verification

These contracts can be verified on Etherscan, or an Etherscan clone, for example (Polygonscan) by running:

yarn etherscan-verify <ethereum network name>

Testing

Run the unit tests locally with:

yarn test

Coverage

Generate the test coverage report with:

yarn coverage