https://github.com/5afe/safe-foundry-cross-chain
https://github.com/5afe/safe-foundry-cross-chain
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/5afe/safe-foundry-cross-chain
- Owner: 5afe
- Created: 2024-04-25T12:40:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T08:23:23.000Z (over 1 year ago)
- Last Synced: 2025-04-05T01:05:09.359Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 11.7 MB
- Stars: 11
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Safe{Labs} Cross-Chain
We are building the best Cross-Chain experience with chain-abstraction protocols.
## Our experimental projects
### [Safe x l1sload](./packages/safe-scroll-keystore/)
- **In collaboration with**: [Scroll](https://scroll.io)
- **Keywords**: `#keystore`
- **Presentation**: [Keystore Introductory Workshop (Safecon Berlin 2024)](https://www.youtube.com/watch?v=hHmOo7A3vNU)
- **Description**:
This Module can optionally set a guard to prevent `safe(L2)` to use its local keystore and only enable the remote keystore of `safe(L1)` as valid keystore.
It leverages a precompiled contract called `l1sload` to load a storage slot on the L1 chain (see [L1SLOAD spec](https://scrollzkp.notion.site/L1SLOAD-spec-a12ae185503946da9e660869345ef7dc)).
### [Safe x KeySpace](./packages/safe-keyspace/)
- **In collaboration with**: [KeySpace](https://docs.key.space)
- **Keywords**: `#keystore`
- **Description**:
PoC integrating [KeySpace](https://docs.key.space/) to Safe SmartAccount to provide a shared state to manage keys handled by [MKSR (Minimum KeyStore Rollup)](https://hackmd.io/@mdehoog/mksr).
### [Safe x Klaster](./packages/safe-klaster/) `[WIP]`
- **In collaboration with**: [Klaster](https://klaster.io)
- **Keywords**:
- **Description**:
[TO COMPLETE]