august 2025GitHubWebsiteVideo Demo

HyperSwipe

HyperSwipe is a mobile-first trading app for Hyperliquid testnet.

It keeps trading simple:

  • Swipe right to buy
  • Swipe left to sell

Live App

What You Can Do

  • Trade from swipe cards
  • See live prices
  • Check balances and positions
  • Show .hl names (if available)
  • Get Telegram alerts (optional)

Before You Start

  • Use a wallet already connected to Hyperliquid
  • Make sure the wallet has testnet USDC

Run Locally

  1. Install dependencies: npm install

  2. Start the app: npm run dev

  3. Open in browser: http://localhost:5173

Scripts

  • npm run dev: Start local development server
  • npm run build: Build for production
  • npm run preview: Preview production build locally
  • npm run lint: Run lint checks

Real-Time Updates

This app uses WebSocket updates for live data.

Repositories