deiay / account-abstraction-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Safe Account Abstraction SDK

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

About

License:MIT License


Languages

Language:TypeScript 97.3%Language:HTML 1.1%Language:JavaScript 0.9%Language:Shell 0.4%Language:CSS 0.3%