Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughAdded retail staking documentation and navigation for AppKit: new "Stake Toncoin" page, connector examples switched from Changes
Sequence Diagram(s)sequenceDiagram
participant User as User (UI)
participant App as AppKit UI
participant Prov as Staking Provider
participant Wallet as Wallet (TonConnect)
participant Chain as Blockchain
User->>App: open Stake page / select provider & amount
App->>Prov: getStakingProviders / getStakingQuote
Prov-->>App: providers list / quote (APY, fees)
App->>Wallet: request connect / sign transaction (buildStakeTransaction)
Wallet-->>App: signed tx
App->>Chain: submit transaction
Chain-->>App: tx receipt
App->>Prov: getStakedBalance / refresh
Prov-->>App: updated staked balance
App->>User: display confirmation and balance
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/review |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as resolved.
This comment was marked as resolved.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…docs into closes-1923/appkit/how-to-stake
|
Recent AppKit changes added Converted this PR to draft to address these changes. UPD: Done. |
Closes #1923
Summary by CodeRabbit