https://github.com/base/rrc-7755-poc
Proof of Concept for RRC-7755
https://github.com/base/rrc-7755-poc
Last synced: about 1 year ago
JSON representation
Proof of Concept for RRC-7755
- Host: GitHub
- URL: https://github.com/base/rrc-7755-poc
- Owner: base
- License: mit
- Created: 2024-10-08T22:00:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T21:26:47.000Z (over 1 year ago)
- Last Synced: 2025-03-29T10:02:24.335Z (about 1 year ago)
- Language: Solidity
- Homepage:
- Size: 1.92 MB
- Stars: 86
- Watchers: 5
- Forks: 35
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# RRC-7755
## Overview
RRC-7755 is a Rollup Improvement Proposal that introduces a standard for facilitating cross-chain calls within the Ethereum ecosystem. It aims to minimize trust assumptions by means of a proof system that leverages state sharing between Ethereum and its rollups. This proof system verifies destination chain call execution, enabling secure compensation for offchain agents that process requested transactions.
For more information, read the full proposal [here](https://github.com/ethereum/RIPs/blob/master/RIPS/rip-7755.md).
This repository serves as a proof of concept implementation of the RRC-7755 protocol.
## Components
- [Contracts](./contracts/README.md)
- [Fulfiller](./fulfiller/README.md)
## License
This project is licensed under the MIT License.