Web-Flasher is a web application that uses WebUSB to flash a Nix-Bitcoin image to your device. It provides a user-friendly interface to connect and manage devices in fastboot mode.
- Open the application in a web browser that supports WebUSB.
- Put your device in fastboot mode.
- Click on the "Give Access" button to allow the application to access your device.
- Follow the on-screen instructions to flash the Nix-Bitcoin image to your device.
To set up the development environment, follow these steps:
-
Clone the repository.
git clone git@github.com:JordyPirata/Web-Flasher.git
-
Install the necessary dependencies.
npm install
-
Ensure install the fastboot nix-package
Note: Please check the link above for more details.
-
Run dev scripts
npm run dev