Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 565 Bytes

File metadata and controls

24 lines (17 loc) · 565 Bytes

Lux Safe

Lux Safe is a multi-signature wallet application for the Lux Network blockchain ecosystem.

Overview

  • Package: @luxfi/safe
  • Framework: Next.js 15, React 18
  • Deployment: GitHub Pages (static export)

Development

pnpm install
pnpm dev    # Development server
pnpm build  # Production build (static export)

Architecture

  • Static site with output: 'export' in next.config.js
  • Uses @luxfi/ui, @hanzo/auth, @hanzo/commerce component libraries
  • Tailwind CSS for styling
  • Deployed via GitHub Actions to GitHub Pages