-
Notifications
You must be signed in to change notification settings - Fork 422
docs: add outline for how to make a blostream rollup #1155
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
Conversation
|
| rollup or user would post data to Celestia, and then the validators sign over | ||
| additional commitments that are relayed to Ethereum via a light client relay | ||
| (aka Blobstream!). This demo will outline (note outline is not an | ||
| implementation! please do not expect to copy and paste this code 🙂) a very |
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.
Co-Authored-By: Evan Forbes <42654277+evan-forbes@users.noreply.github.com>
|
|
||
| Therefore we can start by first defining the reading and writing interations | ||
| rollup nodes will have with both the Celestia and Ethereum networks. The actual | ||
| implementations of these interfaces are left as excercises to the reader (🤪). |
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.
|
@jcstein Was late for review, sorry. Where can I put these changes? just cosmetics? should I just open a new PR? |
|
i'm adding them to John's open PR now |

Overview
This PR adds an outline for how get started with a blobstream rollup by outlining the structure of a go implementation.
Checklist