Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.01 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.01 KB

Aave Wrapper Contract to make Gasless Deposits

Here a new EIP2771 compatible wrapper contract is created on top of Aave Lending Pool contract and a method is created to deposit any ERC20 tokens on Aave lending contract in a gasless manner.

Check the wrapper contract at ./contracts/aaveInterface.sol

To make a gasless deposit

  1. User give token approval to Aave Wrapper Contract
  2. User call deposit method of Wrapper Contact

Both the above actions are made gasless on UI using Biconomy SDK MEXA

Check Biconomy Documentation to know more about gasless transaction using EIP 2771

Available Scripts

In project /src directory, you can run the UI using command

npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.