Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/koshikraj/safesession
- Owner: koshikraj
- License: gpl-3.0
- Created: 2024-04-10T18:07:06.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T12:33:29.000Z (5 months ago)
- Last Synced: 2024-10-11T02:52:23.261Z (about 1 month ago)
- Language: TypeScript
- Homepage: http://safesession.zenguard.xyz/
- Size: 5.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).