Skip to content

Think-and-Dev/account-abstraction-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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.

About

Example of Account Abstraction with Alchemy SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published