/ERC20Permit-Foundry

Example test to show the usage of permit function of an ERC20Permit token.

Primary LanguageSolidity

ERC20Permit Foundry

This project demonstrates how to use and test the permit function of ERC20 tokens that uses ERC20Permit with Foundry. Project contains an example test to show the usage of the permit function of an ERC20Permit token.

Usage

Run the following command to test

make test

Run the following command to see the traces

make trace