# MetaMask ChainID 138 Vue.js Example Complete Vue.js 3 example for integrating MetaMask with ChainID 138. ## Features - ✅ Connect to MetaMask wallet - ✅ Add ChainID 138 network - ✅ Switch to ChainID 138 network - ✅ Add tokens (cUSDT, cUSDC, WETH) - ✅ Display wallet balance - ✅ Error handling - ✅ TypeScript support ## Installation ```bash npm install ``` ## Development ```bash npm run dev ``` ## Build ```bash npm run build ``` ## Usage 1. Install MetaMask browser extension 2. Open the application 3. Click "Connect Wallet" 4. Approve connection in MetaMask 5. Add ChainID 138 network if needed 6. Add tokens to MetaMask ## Code Structure - `App.vue` - Main component with wallet connection logic - Uses Composition API with `