Skip to content

degen-lab/stacks-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

109 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StacksApp

A mobile mini-game app built on the Stacks blockchain that rewards player engagement through gameplay-driven, on-chain incentives. Players can start instantly with no wallet setup or seed phrase required—wallet creation and management are handled via Google login using the stacks-wallet-kit SDK.

Features:

  • Endless tapper minigame with score-to-points and points-to-power-ups conversion systems
  • Ad-supported sponsored transactions—watch ads, sign locally, pay zero gas
  • Tiered rewards (Bronze / Silver / Gold) with daily streak tracking
  • Referral system with invite codes and fraud prevention
  • Anti-abuse mechanisms

Repository Structure

stacks-mobile/
├── mobile/     # Mobile frontend (Expo + React Native)
├── backend/     # Backend server (Fastify + TypeScript)
└── smart-contracts/        # Stacks blockchain contracts (Clarity)
Project Description
mobile Cross-platform mobile app with wallet integration, game sessions, and referrals
backend REST API handling authentication, game validation, leaderboards, and transaction broadcasting
smart-contracts Clarity contracts for game logic, rewards distribution, and signature verification

Architecture

┌─────────────────┐     ┌─────────────────┐     ┌──────────────────┐
│   Mobile App    │────▶│  Backend API    │────▶│ Stacks Network   │
│  (Expo/RN)      │     │  (Fastify)      │     │ (Smart Contracts)│
└─────────────────┘     └─────────────────┘     └──────────────────┘
        │                       │
        │                       ▼
        │               ┌─────────────────┐
        │               │   PostgreSQL    │
        │               │   + Redis       │
        │               └─────────────────┘
        │
        ▼
┌─────────────────┐
│  Stacks Wallet  │
│  (Local)        │
└─────────────────┘

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors