Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appkit/features/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ While AppKit offers a wide range of features, networks, and authentication metho
| Telegram Mini Apps |<center>✅</center> |<center>✅</center>|<center>✅</center>|<center>✅</center>|<center>❌</center>|<center>❌</center>|<center>❌</center>|<center>❌</center>|<center>✅</center>|<center>❌</center>|
| ***Networks*** | | | | | | | | | | |
| EVM Chains |<center>✅</center> |<center>✅</center>|<center>✅</center>|<center>✅</center>|<center>✅</center>|<center>✅</center>|<center>✅</center>|<center>✅</center>|<center>✅</center>|<center>✅</center>|
| Solana |<center>✅</center> |<center>✅</center>|<center>✅</center>|<center>✅</center>|<center>✅</center>|<center>✅</center>|<center>❌</center>|<center>❌</center>|<center>❌</center>|<center>✅</center>|
| SVM (Solana) |<center>✅</center> |<center>✅</center>|<center>✅</center>|<center>✅</center>|<center>✅</center>|<center>✅</center>|<center>❌</center>|<center>❌</center>|<center>❌</center>|<center>✅</center>|
| Bitcoin |<center>✅</center> |<center>✅</center>|<center>✅</center>|<center>✅</center>|<center>✅</center>|<center>❌</center>|<center>❌</center>|<center>❌</center>|<center>❌</center>|<center>❌</center>|
| ***Authentication*** | | | | | | | | | | |
| Email & Social Login |<center>✅</center> |<center>✅</center>|<center>✅</center>|<center>✅</center>|<center>✅</center>|<center>✅</center>|<center>❌</center>|<center>❌</center>|<center>✅</center>|<center>✅</center>|
Expand Down
6 changes: 4 additions & 2 deletions appkit/networks/solana.mdx → appkit/networks/svm.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
title: Solana
title: SVM
sidebarTitle: SVM Chains
---

## Support for SVM Chains

Choose a reason for hiding this comment

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

🤖 Auto Review Issue: Potentially misleading "SVM chains" terminology

Severity: MEDIUM
Category: code_quality
Tool: Claude Auto Review

Context:

  • Pattern: Documentation refers to "SVM (Solana Virtual Machine) chains" (plural) and "SVM Chains" in headings
  • Risk: Unlike EVM which runs on multiple independent chains (Ethereum, Polygon, Arbitrum, etc.), SVM currently only runs on Solana mainnet and its testnets - there are no multiple independent "SVM chains"
  • Impact: Users may expect multiple SVM-based blockchains similar to the EVM ecosystem, creating confusion about what networks are actually supported
  • Trigger: Any user reading this documentation and comparing to the EVM page

Recommendation: Consider these alternatives:

  1. Use "SVM (Solana)" to match the table entry
  2. Use "Solana Network" or "Solana Support"
  3. If future SVM-compatible chains are planned (e.g., Eclipse, Nitro), document them explicitly

Current state suggests supporting multiple SVM chains when only Solana is supported. Either clarify this is Solana-specific or document plans for additional SVM networks.


The AppKit SDK supports Solana, allowing users to connect their Solana wallets to applications.
The AppKit SDK supports SVM (Solana Virtual Machine) chains, allowing users to connect their Solana wallets to applications.
<Frame>
<video
controls
Expand Down
6 changes: 5 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
{
"source": "/appkit/features/telegram-mini-apps",
"destination": "/appkit/integrations/telegram-mini-apps"
},
{
"source": "/appkit/networks/solana",
"destination": "/appkit/networks/svm"
}
],
"contextual": {
Expand Down Expand Up @@ -119,7 +123,7 @@
"group": "Network",
"pages": [
"appkit/networks/evm",
"appkit/networks/solana",
"appkit/networks/svm",
"appkit/networks/bitcoin"
]
},
Expand Down