DonGambas / gasless-erc20-transfers

examples of transferring erc20 tokens without gas from initiating EOA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test gasless transfer of ERC20 tokens using EIP-2612 and Polygon Native Meta Transactions

This repo has tests showing the use of permit() eip-2612 on an ERC20 contract and executeMetaTransaction() on a polygon ERC20 child contract to gaslessly transfer ERC20 tokens. See examples in ./test

About

examples of transferring erc20 tokens without gas from initiating EOA


Languages

Language:Solidity 88.1%Language:TypeScript 11.9%