A cross-platform graphical interface for Floresta - a lightweight Bitcoin client with Utreexo.
# Install dependencies
pnpm install
# Run in development mode (hot reload)
pnpm run tauri dev
# Frontend only (without Tauri)
pnpm run dev# Production build (generates native executable)
pnpm run tauri build
# Frontend build only
pnpm run build# Clone the repository
git clone https://github.com/lucasdbr05/floresta-gui.git
cd floresta-gui
# Install dependencies
pnpm install
# Run in development
pnpm run tauri devThis project is licensed under the MIT License. See the LICENSE file for details.
- Floresta - Main Bitcoin client
- Floresta Figma - Floresta GUI prototype