Lux Safe is a multi-signature wallet application for the Lux Network blockchain ecosystem.
- Package: @luxfi/safe
- Framework: Next.js 15, React 18
- Deployment: GitHub Pages (static export)
pnpm install
pnpm dev # Development server
pnpm build # Production build (static export)- 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