-
Notifications
You must be signed in to change notification settings - Fork 559
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
base: master
Are you sure you want to change the base?
Add ERC: Verification-independent Cross-Chain Messaging #817
Conversation
ERCS/erc-xxxx.md
Outdated
@@ -0,0 +1,392 @@ | |||
--- | |||
eip: XXXX | |||
title: Verification-independent Cross-Chain Messaging Standard |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
Co-authored-by: Philippe Camacho <philippe@espressosys.com>
The commit 0f0cf2c (as a parent of e2ce462) contains errors. |
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.