Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.25 KB

README.md

File metadata and controls

51 lines (40 loc) · 1.25 KB

Account Abstraction Tutorial

This is a template repository demonstrates the implementation of Account Abstraction (EIP-4337) using Pimlico as Bundler. It simplifies the process of deploying and interacting with Smart Accounts.


Setup

Follow these steps to set up the project:

  1. Clone the repository:

    git clone https://github.com/Emirhan-Cavusoglu-sftw/AA-Tutor.git
  2. Open two terminals:

    • Terminal 1:
      Navigate to the backend folder:
      cd AA-Tutor/backend
    • Terminal 2:
      Navigate to the frontend folder:
      cd AA-Tutor/frontend
      Then, navigate into the aa-new folder:
      cd aa-new
      Install dependencies:
      npm install
  3. Start the frontend:
    In the second terminal, run:

    npm run dev
  4. Open the application:
    Visit http://localhost:3000 in your browser to interact with the project.


Detailed Guide

For a comprehensive tutorial and explanation of the project, check out my Medium article:
Mastering Account Abstraction: A Step-by-Step Guide
https://medium.com/@emirhancavusoglu/mastering-account-abstraction-a-step-by-step-guide-ce80219779c4