Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ERC: Verification-independent Cross-Chain Messaging #817

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

nambrot
Copy link

@nambrot nambrot commented Dec 30, 2024

This ERC specifies an API for sending messages across chains to enable interoperability in the greater Ethereum ecosystem (but is flexible enough to encompass alternate VMs). It specifically is capable of sending messages via arbitrary transport and verifying them via diverse mechanisms. At the same time, it aims to provide enough standardization with a modular relaying mechanism to provide a consistent developer experience. As such, it allows for a clean separation of high level abstractions to be built by “application developers” like cross-chain tokens and account abstraction, while allowing for innovation at the verification and transport layer.

@eip-review-bot
Copy link
Collaborator

eip-review-bot commented Dec 30, 2024

File ERCS/erc-7854.md

Requires 1 more reviewers from @g11tech, @SamWilsn, @xinbenlv

ERCS/erc-xxxx.md Outdated Show resolved Hide resolved
ERCS/erc-xxxx.md Outdated Show resolved Hide resolved
ERCS/erc-xxxx.md Outdated
@@ -0,0 +1,392 @@
---
eip: XXXX
title: Verification-independent Cross-Chain Messaging Standard
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are already multiple cross-chain messaging ERCs. Please consider collaborating.

  • ERC-6170: Cross-Chain Messaging Interface
  • ERC-7786: Cross-Chain Messaging Gateway
  • ERC-7841: Cross-chain Message Format and Mailbox
  • RIP-7755: Cross-L2-Call

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup have been in conversations with all these authors about collaboration and potential merging

ERCS/erc-xxxx.md Outdated Show resolved Hide resolved
nambrot and others added 2 commits December 31, 2024 09:32
Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
@github-actions github-actions bot added w-ci and removed w-ci labels Dec 31, 2024
Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
@eip-review-bot eip-review-bot changed the title Add ERC: Verification-independent Cross-Chain Messaging Standard Add ERC: Verification-independent Cross-Chain Messaging Dec 31, 2024
@github-actions github-actions bot added w-ci and removed w-ci labels Dec 31, 2024
ERCS/erc-7854.md Outdated Show resolved Hide resolved
Co-authored-by: Philippe Camacho <philippe@espressosys.com>
Copy link

The commit 0f0cf2c (as a parent of e2ce462) contains errors.
Please inspect the Run Summary for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants