Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.6 KB

File metadata and controls

46 lines (35 loc) · 1.6 KB

Zeus Wallet: Solana + Bitcoin Payment App

This is a cross-chain mobile wallet built with Expo/React Native, supporting both Solana and Bitcoin payments. It allows users to send and receive payments, scan QR codes to pay, and manage their balances securely.

We are basing this port off of Orpheus

Features

  • Solana and Bitcoin wallet support
  • Send and receive payments
  • Scan QR codes to pay (Solana Pay and Bitcoin BIP21)
  • Secure key management (Solana and Bitcoin via in-memory/async storage)
  • Transaction history and payment requests

Getting Started

  1. Install dependencies
    npm install
  2. Start the app
    npx expo start

Project Structure

  • contexts/ — Wallet providers and hooks for Solana and Bitcoin
  • app/(tabs)/ — Main screens (Home, Pay, Receive, Transactions, Settings)
  • components/ — UI components (Balance, TransactionList, SendForm, etc.)
  • utils/ — Utility functions (formatting, etc.)

Learn More

App Screenshots

Home Screen Settings Screen Transactions Screen Receive Bitcoin Screen

This project is a work in progress. Contributions welcome!