Skip to content

Add WalletGuide submission item to WalletKit best practices checklist #517

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

devin-ai-integration[bot]
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot commented Jun 27, 2025

Add WalletGuide submission item to WalletKit best practices checklist

Summary

Added a new checklist item (#6) to the "Checklist Before Going Live" section in the WalletKit best practices documentation. This addresses the gap identified where wallet developers weren't being reminded to submit their wallets to WalletGuide for listing. The new item links to existing comprehensive explorer submission documentation and follows the same format as other checklist items.

Key Changes:

  • Added "WalletGuide Submission" as checklist item 6 after "Latest SDK Version"
  • Includes 3 sub-bullets with checkboxes matching existing format
  • Links to ../cloud/explorer-submission for detailed submission instructions
  • Helps ensure wallet developers get their wallets listed in WalletGuide

Review & Testing Checklist for Human

  • Verify link functionality: Test that the link ../cloud/explorer-submission works correctly from the deployed WalletKit best practices page and navigates to the proper explorer submission documentation
  • Content accuracy review: Confirm the wording accurately describes the explorer submission process and its benefits for wallet developers
  • Formatting consistency: Check that the new checklist item matches the visual formatting and structure of existing items 1-5

Diagram

graph TD
    A[walletkit/best-practices.mdx]:::major-edit --> B[Checklist Before Going Live Section]
    B --> C[Item 1: Success/Error Messages]:::context
    B --> D[Item 2: Mobile Linking]:::context  
    B --> E[Item 3: Latency]:::context
    B --> F[Item 4: Verify API]:::context
    B --> G[Item 5: Latest SDK Version]:::context
    B --> H[Item 6: WalletGuide Submission]:::major-edit
    H --> I[cloud/explorer-submission.mdx]:::context
    I --> J[WalletGuide Listing Process]:::context

    subgraph Legend
        L1[Major Edit]:::major-edit
        L2[Minor Edit]:::minor-edit  
        L3[Context/No Edit]:::context
    end

    classDef major-edit fill:#90EE90
    classDef minor-edit fill:#87CEEB
    classDef context fill:#FFFFFF
Loading

Notes

  • Tested locally with pnpm dev - documentation renders correctly and link navigation works
  • Spell check passed with no issues
  • This addresses the specific feedback from team-devrel that explorer submission wasn't mentioned in the go-live checklist
  • The existing explorer submission documentation is comprehensive and well-suited for linking

- Added new checklist item 6 for WalletGuide submission
- Links to existing explorer submission documentation
- Helps wallet developers get listed in WalletGuide
- Follows existing checklist format and structure

Co-Authored-By: [email protected] <[email protected]>
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@riveign riveign requested review from Copilot and rohit-710 June 27, 2025 08:03
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new checklist item to the WalletKit best practices documentation to encourage wallet developers to submit their wallets to WalletGuide, helping ensure they are listed in the explorer.

  • Added checklist item 6 ("WalletGuide Submission") with three detailed sub-bullets
  • Includes a link to the comprehensive explorer submission documentation for further guidance

@@ -46,6 +46,10 @@ To make sure your wallet adheres to the best practices, we recommend implementin
- ✅ Ensure that you are using the latest SDK version
- ✅ Update your SDK regularly to benefit from the latest features and bug fixes
- ✅ Subscribe to SDK updates to stay informed about new releases
6. **WalletGuide Submission**
Copy link
Preview

Copilot AI Jun 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider whether maintaining manual numbering in the checklist is ideal. Automating numbering or using a consistent list style could ease future updates and reduce the risk of numbering errors.

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant