Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 380 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 380 Bytes

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