Add Remotion explainer video for the write flow#74
Open
ewitulsk wants to merge 2 commits into
Open
Conversation
A standalone Remotion project under video/ that animates the SuiOptions write flow described in options-protocol-spec.md: RFQ request, MM quote fan-out, signing/validation/reservation, the on-chain execute_write fill, and the pooled-bucket FIFO exercise-cursor settlement model. Renders WriteFlowExplainer (1920x1080, 30fps, ~52s) to out/write-flow.mp4. https://claude.ai/code/session_014HDwvrdtjd8R2RjgzgHf6F
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
A standalone Remotion project under
video/that animates the write flow described inoptions-protocol-spec.md— how a retail writer sells a covered call to a Trader MM, from RFQ to on-chain fill, ending with the pooled-bucket / FIFO exercise-cursor settlement model.Video
https://github.com/ewitulsk/SuiOptions/raw/claude/jolly-keller-e0HUB/video/out/write-flow.mp4
Scenes
RFQRequest→ service fans outRFQBroadcast(§5.8)execute_write: verify → skim fee → pay premium → move underlying → assign cursor range → mint Position + CallOption, atomically (§3.3.4)exercise_cursor, redeem split (§2.2)How
Notes
video/dir to avoid entangling the Vite frontend's toolchain (Remotion brings its own React 18 + TS setup).node_modulesandout/are gitignored; the rendered mp4 is force-added so it's attached to this PR. The ~20 source files undervideo/src/are what generate it.https://claude.ai/code/session_014HDwvrdtjd8R2RjgzgHf6F
Generated by Claude Code