account-abstraction-sdk icon indicating copy to clipboard operation
account-abstraction-sdk copied to clipboard

[DEPRECATED] Safe Account Abstraction SDK

ATTENTION: please find the current version of this code in Safe Core SDK repository

GitHub

DESCRIPTION TBD

Packages

Package Release Description
account-abstraction NPM Version TBD
auth-kit NPM Version Enable web2 logins for blockchain accounts
onramp-kit NPM Version Enable transition from fiat to crypto
relay-kit NPM Version Abstract Safe signers from transaction gas

Installation

Install the package with yarn or npm:

yarn install
npm install

Build

Build the package with yarn or npm:

yarn build
npm build

Playground

This project includes a playground with a few scripts that can be used as a starting point to use the Safe Account Abstraction SDK.

Check all the scripts in the playground

yarn play

1. Execute meta-transaction via Gelato Relay paid with balance in the Safe

yarn play paid-transaction

2. Execute meta-transaction via Gelato Relay paid by 1Balance deposit

yarn play sponsored-transaction