diff --git a/pages/dev-ecosystem-providers/wallets.mdx b/pages/dev-ecosystem-providers/wallets.mdx index 84ab7cdb..9e1ad15a 100644 --- a/pages/dev-ecosystem-providers/wallets.mdx +++ b/pages/dev-ecosystem-providers/wallets.mdx @@ -1,5 +1,5 @@ -import { EcosystemDynamicSection } from "../../components"; -import { AppCardsGridCategory } from "../../components"; +import { EcosystemDynamicSection } from '../../components'; +import { AppCardsGridCategory } from '../../components'; Wallets are essential for managing assets and interacting with the Sei blockchain. There are various types of wallets available, each offering different features and levels of security. @@ -11,16 +11,17 @@ Wallets are essential for managing assets and interacting with the Sei blockchai ## Recommended Wallets -| Wallet | EVM Support | Native Support | Authentication Method | Coin Type | Type | Mobile Support | Link | -|--------------------------------|-------------|----------------|-----------------------|-----------|----------|----------------|-----------------------------------------------------------------------------------------------| -| **Arculus** | ✅ | ✅ | Hardware | 118 / 60 | Software | ✅ | [Arculus](https://www.getarculus.com) | -| **Compass** | ✅ | ✅ | Mnemonic / Privkey | 118 | Software | ✅ | [Compass Wallet](https://compasswallet.io) | -| **Crossmint** | ✅ | ✅ | Passkey | 118 / 60 | Software | ✅ | [Crossmint Wallet](https://www.crossmint.com/) | -| **Fin** | ✅ | ✅ | Mnemonic / Privkey | 118 | Software | ❌ | [Fin Wallet](https://finwallet.com) | -| **Keplr** | ✅ | ✅ | Mnemonic / Privkey | 118 | Software | ✅ | [Keplr Wallet](https://wallet.keplr.app) | -| **Ledger (via Compass/Keplr/MM)** | ✅ | ✅ | Hardware | 118 / 60 | Hardware | ❌ | [Ledger](https://compasswallet.io) | -| **MetaMask** | ✅ | ✅ | Mnemonic / Privkey | 60 | Software | ✅ | [MetaMask](https://metamask.io/) | -| **Seif** | ✅ | ✅ | Passkey | 118 | Software | ❌ | [Seif Wallet](https://chromewebstore.google.com/detail/seif/albakdmmdafeafbehmcpoejenbeojejl) | +| Wallet | EVM Support | Native Support | Authentication Method | Coin Type | Type | Mobile Support | Link | +| --------------------------------- | ----------- | -------------- | --------------------- | --------- | -------- | -------------- | --------------------------------------------------------------------------------------------- | +| **Arculus** | ✅ | ✅ | Hardware | 118 / 60 | Software | ✅ | [Arculus](https://www.getarculus.com) | +| **Compass** | ✅ | ✅ | Mnemonic / Privkey | 118 | Software | ✅ | [Compass Wallet](https://compasswallet.io) | +| **Crossmint** | ✅ | ✅ | Passkey | 118 / 60 | Software | ✅ | [Crossmint Wallet](https://www.crossmint.com/) | +| **Fin** | ✅ | ✅ | Mnemonic / Privkey | 118 | Software | ❌ | [Fin Wallet](https://finwallet.com) | +| **Keplr** | ✅ | ✅ | Mnemonic / Privkey | 118 | Software | ✅ | [Keplr Wallet](https://wallet.keplr.app) | +| **Ledger (via Compass/Keplr/MM)** | ✅ | ✅ | Hardware | 118 / 60 | Hardware | ❌ | [Ledger](https://compasswallet.io) | +| **MetaMask** | ✅ | ✅ | Mnemonic / Privkey | 60 | Software | ✅ | [MetaMask](https://metamask.io/) | +| **OKX** | ✅ | ✅ | Mnemonic / Privkey | 118 / 60 | Software | ✅ | [OKX Wallet](https://www.okx.com/web3/wallet/sei) | +| **Seif** | ✅ | ✅ | Passkey | 118 | Software | ❌ | [Seif Wallet](https://chromewebstore.google.com/detail/seif/albakdmmdafeafbehmcpoejenbeojejl) | For more information on coin types and hierarchical deterministic (HD) paths as well as deriving wallet addresses properly, please refer to the [Advanced Concepts on HD Path Coin Types](/dev-advanced-concepts/hd-path-coin-types). @@ -28,12 +29,10 @@ For more information on coin types and hierarchical deterministic (HD) paths as There are several other wallets that support the Sei blockchain, mainly generic multi-chain wallets or designed specifically for either EVM or IBC ecosystem. These wallets offer several features and seamless integration with different networks, including Sei. -| Wallet | EVM Support | Native Support | Authentication Method | Coin Type | Type | Mobile Support | Link | -|-----------|-------------|----------------|-----------------------|-----------|----------|----------------|---------------------------------------| -| **Fox** | ❌ | ✅ | Mnemonic / Privkey | 118 | Software | ✅ | [Fox Wallet](https://foxwallet.com) | -| **Gem** | ❌ | ✅ | Mnemonic / Privkey | 118 | Software | ✅ | [Gem Wallet](https://gemwallet.com) | -| **Leap** | ❌ | ✅ | Mnemonic / Privkey | 118 | Software | ✅ | [Leap Wallet](https://leapwallet.io) | +| Wallet | EVM Support | Native Support | Authentication Method | Coin Type | Type | Mobile Support | Link | +| -------- | ----------- | -------------- | --------------------- | --------- | -------- | -------------- | ------------------------------------ | +| **Fox** | ❌ | ✅ | Mnemonic / Privkey | 118 | Software | ✅ | [Fox Wallet](https://foxwallet.com) | +| **Gem** | ❌ | ✅ | Mnemonic / Privkey | 118 | Software | ✅ | [Gem Wallet](https://gemwallet.com) | +| **Leap** | ❌ | ✅ | Mnemonic / Privkey | 118 | Software | ✅ | [Leap Wallet](https://leapwallet.io) | - - - +