Skip to content
@Orbit-Wal

Orbit-Wal

🌐 GlobeWallet

A self-custodial crypto wallet built on Stellar & Soroban — send, convert, and off-ramp XLM without giving up your keys.

Stellar TypeScript Rust License


What we're building

GlobeWallet is a full-stack wallet for the Stellar network: hold and send XLM, convert to USDC/USDT at live rates, off-ramp to a bank account, and manage everything from a mobile app or the web — while spend limits and asset whitelisting are enforced on-chain by our own Soroban contracts, not a backend you have to trust.

Repositories

Repo What it is Language Last push
mobile iOS/Android wallet app TypeScript 3d ago
Globe-Wallet Web app — dashboard, convert, off-ramp, savings TypeScript · ⭐ 3 16h ago
backend REST API — accounts, balances, payments, pricing TypeScript 20h ago
contract On-chain wallet registry & token-transfer guardrails Rust 2d ago

Architecture

┌─────────────┐     ┌─────────────┐
│   mobile    │     │ Globe-Wallet│
│ (Expo/RN)   │     │ (Next.js)   │
└──────┬──────┘     └──────┬──────┘
       │                   │
       └─────────┬─────────┘
                  │  REST
           ┌──────▼──────┐
           │   backend   │  Postgres + Redis
           │ (Express)   │
           └──────┬──────┘
                  │  Horizon / Soroban RPC
           ┌──────▼──────┐
           │  contract   │  Stellar network
           │  (Soroban)  │
           └─────────────┘
  • Clients (mobile, Globe-Wallet) never touch secret keys through the backend — signing happens on-device.
  • backend is a thin, stateless-ish API layer: account/balance lookups, transaction submission, price feeds.
  • contract enforces the rules that matter (asset whitelists, spend limits, admin governance) directly on Stellar via Soroban, so the backend can't quietly overreach.

Getting started

Each repo is independently runnable — see its README for full setup. Quick start:

# Smart contracts
git clone https://github.com/Orbit-Wal/contract && cd contract
cargo build --target wasm32-unknown-unknown --release && cargo test

# Backend API
git clone https://github.com/Orbit-Wal/backend && cd backend
cp .env.example .env && npm install && npm run dev

# Web app
git clone https://github.com/Orbit-Wal/Globe-Wallet && cd Globe-Wallet
npm install && npm run dev

# Mobile app
git clone https://github.com/Orbit-Wal/mobile && cd mobile
npm install && npm start

All apps default to Stellar testnet — see each repo's .env.example before pointing anything at mainnet.

Tech stack

Stellar · Soroban · Rust · TypeScript · Node.js · Express · Next.js · Expo / React Native · PostgreSQL · Redis

Recent activity

  • Globe-Wallet ae86d22 Merge pull request #139 from shepherd-001/docs/transaction-query-perform — ndii-dev, 16h ago
  • Globe-Wallet a3e75f9 Docs: Add transaction query performance and indexing design — Shepherd, 18h ago
  • Globe-Wallet 26c188e Docs: Add transaction query performance and indexing design — Shepherd, 19h ago
  • backend 491f7cf Merge pull request #60 from Debbys-design/fix/issues-4-5-6 — ndii-dev, 20h ago
  • backend 211b0a9 Merge branch 'main' into fix/issues-4-5-6 — ndii-dev, 20h ago
  • backend 4fe3a28 Merge pull request #61 from BethelDev-io/feat/path-payments-multisig-ret — ndii-dev, 20h ago
  • Globe-Wallet f73dd7e Merge pull request #138 from Chigybillionz/conversion-math.ts — ndii-dev, 20h ago
  • Globe-Wallet 2ff1dc0 Fix reverse round-trip test tolerance in conversion-math test — Chigybillionz, 20h ago

Building the crypto ↔ fiat bridge on Stellar.
auto-updated · last refresh 2026-07-23 08:26 UTC

Popular repositories Loading

  1. Globe-Wallet Globe-Wallet Public

    TypeScript 3 31

  2. backend backend Public

    GlobeWallet backend API — Node.js + Express + TypeScript

    TypeScript 6

  3. contract contract Public

    GlobeWallet smart contracts — Soroban / Stellar

    Rust 8

  4. mobile mobile Public

    GlobeWallet mobile app — React Native + TypeScript

    TypeScript 2

  5. .github .github Public

    Org profile README for GlobeWallet

    JavaScript

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…