tegridydev / account-abstraction

Collection of ERC-4337 examples

Home Page:https://account-abstraction.thirdweb-preview.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Account Abstraction with the thirdweb Connect SDK

This repo is a collection of reference implementations for account abstraction features using the Connect SDK.

Showcases how to build:

  • Gasless transactions
  • Session keys
  • Batch transactions

Live demo

Play around with the live preview

Running locally

Setup client id

Before you start, you need to replace the placeholder clientId with your client ID to use thirdweb SDK.

Refer to Creating a client guide to see how you can get a client id.

Go to src/constants.ts file and replace the placeholder clientId with your client ID.

const clientId = "......";

Install dependencies

yarn install

Start development server

yarn dev

Resources

Join our Discord!

For any questions or suggestions, join our discord at https://discord.gg/thirdweb.

About

Collection of ERC-4337 examples

https://account-abstraction.thirdweb-preview.com


Languages

Language:TypeScript 95.8%Language:CSS 2.5%Language:JavaScript 1.7%