Skip to content
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

Add OKX wallet to recommended wallets list #183

Merged
merged 2 commits into from
Nov 29, 2024
Merged
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
39 changes: 19 additions & 20 deletions pages/dev-ecosystem-providers/wallets.mdx
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -11,29 +11,28 @@ 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).

## Other Wallets

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) |



<AppCardsGridCategory category="wallet" />
<AppCardsGridCategory category='wallet' />