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.
Run the following command to test
make test
Run the following command to see the traces
make trace