account-abstraction-sdk
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
DESCRIPTION TBD
Packages
Package | Release | Description |
---|---|---|
account-abstraction | TBD | |
auth-kit | Enable web2 logins for blockchain accounts | |
onramp-kit | Enable transition from fiat to crypto | |
relay-kit | 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