Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 427 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 427 Bytes

KyberSwap Gasless Permit2 Examples

Examples of the different ways you can transfer tokens using Permit2.

Setup:

  1. Install the dependencies with npm install
  2. Copy contents from .env.example to .env
  3. Set your MAINNET_RPC_URL in .env

Test:

npx hardhat test

Inspired by useful-solidity-patterns.