Skip to content

RustamSheoran/Solscope-android-react-native

Repository files navigation

SolScope (React Native)

A lightweight Solana explorer and wallet analyzer built with React Native (Expo).

SolScope acts as a "Thin Client" for the Solana blockchain, allowing users to query account details, view transaction history, and eventually swap tokens, all without relying on heavy web3 SDKs for read-only operations.

🚀 Features

  • Wallet Analysis: Instantly fetch SOL balances and view recent activity for any address.
  • Lightweight Architecture: Uses direct JSON-RPC calls via native fetch() for optimal performance and minimal bundle size.
  • Modern UI: Built with a clean, high-fidelity design system using react-native-safe-area-context and custom components.
  • Cross-Platform: Runs smoothly on both Android and iOS.

🛠️ Tech Stack

🏁 Getting Started

  1. Clone the repository:

    git clone https://github.com/RustamSheoran/Solscope-android-react-native.git
    cd Solscope-android-react-native
  2. Install dependencies:

    npm install
    # or
    npx expo install
  3. Run the app:

    npx expo start
    • Press a for Android Emulator.
    • Press i for iOS Simulator.
    • Scan QR code with Expo Go (Android).

📂 Project Structure

/app          # Screens and Navigation (Expo Router)
/components   # Reusable UI components
/hooks        # Custom hooks (data fetching, etc.)
/assets       # Static assets

About

SolScope (React Native): A high-fidelity Solana intelligence platform featuring a premium Glass/Clay UI. Analyze wallets, track real-time balances, and visualize transaction history with lightweight, cross-platform performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors