A collection of demos showcasing various Ethereum account abstraction EIPs/ERCs such as EIP-7702, ERC-4337, ERC-7710, and ERC-7715.
You can try out the demos live at: https://aa-demo.netlify.app/
- Clone the repository:
git clone https://github.com/miguelmota/account-abstraction-demos.git
cd account-abstraction-demos
- Install dependencies:
npm install
- Create a
.env
file in the root directory and add your Pimlico API key:
VITE_PIMLICO_API_KEY=your_api_key_here
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:3000
- EIP-7702
- ERC-7710
- ERC-7715
- ERC-4337
- ERC-2612
- EIP-712
- Pimlico
- MetaMask Delegation Toolkit
- MetaMask Flask
Released under the MIT license.