Connect Wallet
This guide will help you connect various wallets to OPN Chain. We support all major Ethereum wallets thanks to our full EVM compatibility.
Supported Wallets
Wallet
Desktop
Mobile
Browser Extension
Hardware
MetaMask Setup
Browser Extension
// Add this to your website async function addOPNNetwork() { try { await window.ethereum.request({ method: 'wallet_addEthereumChain', params: [{ chainId: '0x3d8', chainName: 'OPN Testnet', nativeCurrency: { name: 'Test OPN', symbol: 'OPN', decimals: 18 }, rpcUrls: ['https://testnet-rpc.iopn.tech'], blockExplorerUrls: [] }] }); } catch (error) { console.error('Failed to add network:', error); } }
Mobile Setup
Connecting Hardware Wallets
Trust Wallet Setup
Mobile Setup
Browser Extension
Coinbase Wallet Setup
Browser Extension
Mobile Setup
WalletConnect Integration
For DApp Developers
For Users
Programmatic Wallet Connection
Detect Installed Wallets
Universal Connection Handler
Security Best Practices
For Users
For Developers
Common Issues
MetaMask Not Detected
Network Addition Failed
Mobile Connection Issues
Last updated
