Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
xtruan committed Mar 4, 2023
1 parent bb6db8d commit fa69b78
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ Crypto toolkit for Flipper Zero

The goal of this project is to see how much crypto functionality can be brought to the Flipper Zero.

## How to install on Flipper Zero
- If you do not have one, download a Flipper Zero firmware to get the `fbt` build tool.
- Plug your Flipper Zero in via USB.
- Copy the contents of this folder into the applications_user folder of your firmware.

Then run the command:
```
.\fbt COMPACT=1 DEBUG=0 launch_app APPSRC=applications_user/FlipBIP
```
The application will be compiled and copied onto your device.

## Status

### Complete
Expand All @@ -22,6 +33,8 @@ The goal of this project is to see how much crypto functionality can be brought

### Work in Progress

- Support for BIP39 passphrase
- Currently blank
- Support for custom BIP32 wallet paths
- Currently hardcoded to `m/44'/0'/0'/0`

Expand Down

0 comments on commit fa69b78

Please sign in to comment.