Uh oh!
There was an error while loading. Please reload this page.
docs: add architecture pages and secure payment integration guide - #83
docs: add architecture pages and secure payment integration guide#83AllenAJ 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 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
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