A React Native app to explore Solana wallets. View SOL balance, token holdings, and recent transactions for any wallet address.
- View SOL balance
- List token holdings
- Recent transaction history
- Direct links to Solscan explorer
npm install# iOS
npx expo run:ios
# Android
npx expo run:android
# Development server
npx expo start- React Native + Expo
- Solana JSON-RPC (no SDK required)