specs: add draft SCP statechannel scheme docs#1338
Open
pr0toshi wants to merge 1 commit intox402-foundation:mainfrom
Open
specs: add draft SCP statechannel scheme docs#1338pr0toshi wants to merge 1 commit intox402-foundation:mainfrom
pr0toshi wants to merge 1 commit intox402-foundation:mainfrom
Conversation
🟡 Heimdall Review Status
|
|
@pr0toshi is attempting to deploy a commit to the Coinbase Team on Vercel. A member of the Team first needs to authorize it. |
Add draft spec for the statechannel payment scheme under specs/schemes/statechannel/. Uses a single scheme identifier with route field (hub/direct) in extensions. Files: - specs/schemes/statechannel/scheme_statechannel.md — scheme overview - specs/schemes/statechannel/scheme_statechannel_evm.md — EVM implementation - docs/extensions/state-channels.mdx — user-facing docs - docs/docs.json — nav entry Reference implementation: github.com/Keychain-Inc/x402s
e44565c to
57f551d
Compare
Author
|
thoughts |
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.
Summary
specs/schemes/statechannel/docs/extensions/state-channels.mdxdocs/docs.jsonWhat this includes
statechannel-hub-v1andstatechannel-direct-v1amount,maxTimeoutSeconds, top-levelextensions)What this does not include
PR_DESCRIPTION.md,state-channels-extension.patch)Motivation
exactworks well for per-request on-chain settlement. SCP draft profiles cover high-frequency payment use cases where off-chain state transitions are preferable.