Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/koshikraj/safesession

A spend limit based session key module Safe Account using ERC-4337 validator
https://github.com/koshikraj/safesession

Last synced: 12 days ago
JSON representation

A spend limit based session key module Safe Account using ERC-4337 validator

Awesome Lists containing this project

README

        

# 🔑 SafeSession

**Create** a session for your **Safe**

A simple spendlimit session key module for Safe Accounts leveraging ERC-4337 validation.

Built using:

- Pimlico bundlers and paymasters
- Partial implementation from [Alchemy's 6900 Session key module](https://github.com/alchemyplatform/modular-account/tree/develop/src/plugins/session)

## Links:

- [Web App](https://safesession.zenguard.xyz)

- Try Safe App
- [Sepoli Testnet](https://app.safe.global/share/safe-app?appUrl=https://safesession.zenguard.xyz&chain=sep)

## Deployments

- SafeSession module

- [Sepolia Testnet](https://goerli.etherscan.io/address/0xd0133A32B4C8f8f0AE98Bf7902C1F9B2FFcD4db9)

## Acknowledgments

This project includes code from [Alchemy's 6900 Session key module](https://github.com/alchemyplatform/modular-account), which is licensed under the [GPL-3.0](https://github.com/alchemyplatform/modular-account/blob/develop/LICENSE-GPL) and [MIT](https://github.com/alchemyplatform/modular-account/blob/develop/LICENSE-MIT).