-
Notifications
You must be signed in to change notification settings - Fork 515
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: Minimal Orchestrator RPC #778
base: master
Are you sure you want to change the base?
Conversation
Spelling and grammar check
Linting issues fixed
Adding temporary EIP to header
Adding links to standard references
Changing links to relative
Fixing relative links to ERCs
The commit 64dad91 (as a parent of 47519ee) contains errors. |
Changing link references to EIP
ERCS/erc-9999.md
Outdated
@@ -0,0 +1,644 @@ | |||
--- | |||
eip: 9999 |
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.
eip: 9999 | |
eip: 7845 |
Assigning next sequential EIP/ERC/RIP number.
Numbers are assigned by editors & associates.
Please also update the filename.
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.
Updated - thank you @abcoathup
ERCS/erc-9999.md
Outdated
title: Minimal Orchestrator RPC | ||
description: A minimal data model that an Orchestrator can understand to help fulfil a request for a solution from a wallet or any other system. | ||
author: Kieran Goodary (@IAmKio), Pillar Wallet (@pillarwallet), Luke Wickens (@lbw33), Rana Khoury (@RanaBug) | ||
discussions-to: https://ethereum-magicians.org/t/erc-xxxx-minimal-orchestrator-rpc/21885 |
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.
discussions-to: https://ethereum-magicians.org/t/erc-xxxx-minimal-orchestrator-rpc/21885 | |
discussions-to: https://ethereum-magicians.org/t/erc-7845-minimal-orchestrator-rpc/21885 |
Added assigned number.
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.
Updated - thank you @abcoathup
Abstract
The Minimal Orchestrator RPC aims to standardise the minimum shape and requirements of a request for a solution from an arbitrary system managing an Ethereum wallet to, ultimately, an Orchestrator.
An arbitrary system could be a website, device, app, server program etc - anything that manages an Ethereum wallet, speaks Ethereum JSON-RPC and is looking to request solutions from an Orchestrator.
All solutions from an Orchestrator are ChA¹ (Chain Abstraction-first) by default.
Discussions: https://ethereum-magicians.org/t/erc-7845-minimal-orchestrator-rpc/21885