Skip to content

miguelmota/account-abstraction-demos

Repository files navigation

Ethereum Account Abstraction Demos

A collection of demos showcasing various Ethereum account abstraction EIPs/ERCs such as EIP-7702, ERC-4337, ERC-7710, and ERC-7715.

Live Demo

You can try out the demos live at: https://aa-demo.netlify.app/

Demo

Prerequisites

Getting Started

  1. Clone the repository:
git clone https://github.com/miguelmota/account-abstraction-demos.git
cd account-abstraction-demos
  1. Install dependencies:
npm install
  1. Create a .env file in the root directory and add your Pimlico API key:
VITE_PIMLICO_API_KEY=your_api_key_here
  1. Start the development server:
npm run dev
  1. Open your browser and navigate to http://localhost:3000

Resources

License

Released under the MIT license.

© Miguel Mota