Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.23 KB

File metadata and controls

44 lines (28 loc) · 1.23 KB

LancerWallet Blueprint

Overview

LancerWallet is a secure, open-source crypto wallet with a focus on providing a delightful user experience. This blueprint outlines the design system, features, and implementation details of the application.

Design System

Colors

  • Primary Background: var(--bg-primary)
  • Secondary Background: var(--bg-secondary)
  • Text Primary: var(--text-primary)
  • Accent: var(--purple-500)

Typography

  • Font Family: Geist Sans
  • Base Font Size: 16px

Shadows

  • Standard: var(--shadow-2)
  • Deep: var(--shadow-deep-1), var(--shadow-deep-2), var(--shadow-deep-3)

Effects

  • Glassmorphism: .glass
  • Noise Texture: .noise-bg

Features

  • Landing Page: A visually engaging landing page with a hero section, features, and footer.
  • Onboarding: A user-friendly onboarding process.
  • Wallet: A secure wallet for managing crypto assets.

Current Implementation

Landing Page

  • Header: A transparent header with a glassmorphism effect.
  • Hero: A hero section with a floating phone mockup and animated text.
  • Features: An interactive features section with animated cards.
  • Footer: A modern footer with social media links.