This repository contains a simple testing project focused on Account Abstraction and ERC-4337. Goal is to explore the core concepts without unnecessary complexity.
- Smart Account
A basic smart account contract. While it won’t have all the bells and whistles, it serves as a starting point for understanding Account Abstraction.
- Paymaster Simulation
A simplified Paymaster contract for gas abstraction.
- User Operation Validation
basic user operation validation within our smart account. This step helps me grasp the flexibility offered by Account Abstraction.