docs: add architecture pages and secure payment integration guide#83
Open
AllenAJ wants to merge 4 commits into
Open
docs: add architecture pages and secure payment integration guide#83AllenAJ wants to merge 4 commits into
AllenAJ wants to merge 4 commits into
Conversation
Greptile SummaryThis PR adds four new architecture reference pages under Key changes:
Issues found:
Confidence Score: 4/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant App as Your App
participant SDK as Request Network SDK
participant Node as Request Node
participant IPFS as IPFS
participant Chain as Smart Contracts (on-chain)
participant Graph as The Graph
App->>SDK: Create / update / pay request
SDK->>Node: Relay request content
Node->>IPFS: Persist encrypted/plain request payload
IPFS-->>Node: CID returned
Node->>Chain: Anchor CID on-chain (RequestHashStorage)
Chain-->>Node: Tx confirmed
Note over Chain,Graph: Payment proxy emits event with paymentReference
Chain->>Graph: Index storage & payment events
App->>SDK: Retrieve request / detect payment
SDK->>Node: Query request data
Node->>Graph: Fetch indexed events
Graph-->>Node: Events returned
Node-->>SDK: Request state + balance
SDK-->>App: Request object with payment status
Reviews (1): Last reviewed commit: "docs: add protocol architecture pages to..." | Re-trigger Greptile |
Add a dedicated API setup page for connecting Claude Code and Cursor via MCP, including Request Network Mintlify MCP and llms endpoints, then wire it into nav. Made-with: Cursor
This reverts commit e998f88.
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
sdk-and-request-node-overviewpayment-networksprivate-requests-using-encryptionsmart-contracts-overviewdocs.jsonnavigation to include the new architecture pages under Resourcesapi-features/secure-payment-integration-guide.mdxWhy
This PR closes key public docs gaps by making:
Test plan
mint devScope notes
Connect AI Toolswas split into a separate PR: docs: add Connect AI Tools setup with MCP #84