Skip to content

Emirhan-Cavusoglu-sftw/AA-Tutor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published