Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 920 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 920 Bytes

Account Abstraction with Alchemy SDK and Uniswap

This project demonstrates how to implement account abstraction using the Alchemy SDK and Uniswap contracts to perform a swap between WMATIC and WETH.

Installation

git clone [email protected]:Think-and-Dev/aa-alchemy-sdk.git

npm install

Environment Variables

Create a .env file in the root directory of the project and add the following variables:

  • MNEMONIC=
  • ALCHEMY_MUMBAI_RPC=

Usage

npm run start

Credits

This project was inspired and based on the tutorial "Account Abstraction Practical: Send UserOperations with Alchemy!" by CryptoSheinix. You can watch the video tutorial at this link.

Also, Alchemy's official guide to account abstraction was an invaluable reference. You can find it here.