Extend, integrate,
and deploy.
Built with modular architecture, reusable wallet infrastructure, and a clean codebase designed for long-term growth. Skip months of boilerplate and focus on your own chain, token, premium experience, and revenue surfaces.
The Modular Engine
The SUPER WALLET architecture follows a strict Repository Pattern. UI components never interact directly with RPC providers, ensuring clean separation of concerns while preserving speed for product and monetization experiments.
Presentation Layer
Atomic Flutter UI components strictly decoupled from business logic for fast rebranding and vertical-specific UX tuning.
Domain Layer
Pure business logic isolated via the Repository Pattern to keep wallet flows, pricing logic, and transaction integrity predictable.
Chain Adapters
Pluggable network modules for EVM, Solana, and Sui via standardized provider interfaces, including a clean path for custom EVM chain onboarding.
// Conceptual code layout
lib /
├── core (Engine & Adapters)
├── features (Auth, Wallet, Swap)
├── domain (Entities & Repo Interfaces)
├── data (Data Sources & Impls)
└── presentation (Atomic UI Widgets)
Documentation
Detailed setup guides, environment configuration, and launch deployment steps.
API Reference
Complete technical reference for the domain layer, wallet flows, and multi-chain adapter hooks.
Custom Adapters
Learn how to plug in your own blockchain networks and custom EVM chains with a repeatable integration pattern.